mmu.h 241 B

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