mmu.h 148 B

12345678910111213
  1. /*
  2. * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
  3. * Licensed under the GPL
  4. */
  5. #ifndef __MMU_H
  6. #define __MMU_H
  7. #include "um_mmu.h"
  8. #endif