mmu.h 165 B

1234567891011
  1. #ifndef __MMU_H
  2. #define __MMU_H
  3. /* Copyright (C) 2002, David McCullough <davidm@snapgear.com> */
  4. typedef struct {
  5. unsigned long end_brk;
  6. } mm_context_t;
  7. #endif