mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
13 lines
148 B
C
13 lines
148 B
C
![]() |
/*
|
||
|
* Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
|
||
|
* Licensed under the GPL
|
||
|
*/
|
||
|
|
||
|
#ifndef __MMU_H
|
||
|
#define __MMU_H
|
||
|
|
||
|
#include "um_mmu.h"
|
||
|
|
||
|
#endif
|
||
|
|