forked from luck/tmp_suning_uos_patched
13 lines
159 B
C
13 lines
159 B
C
|
/*
|
||
|
* Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
|
||
|
* Licensed under the GPL
|
||
|
*/
|
||
|
|
||
|
#ifndef __TT_MMU_H
|
||
|
#define __TT_MMU_H
|
||
|
|
||
|
struct mmu_context_tt {
|
||
|
};
|
||
|
|
||
|
#endif
|