mmu.h 459 B

12345678910111213141516171819
  1. /*
  2. * Copyright (C) 2006 Atmark Techno, Inc.
  3. *
  4. * This file is subject to the terms and conditions of the GNU General Public
  5. * License. See the file "COPYING" in the main directory of this archive
  6. * for more details.
  7. */
  8. #ifndef _ASM_MICROBLAZE_MMU_H
  9. #define _ASM_MICROBLAZE_MMU_H
  10. #ifndef __ASSEMBLY__
  11. typedef struct {
  12. struct vm_list_struct *vmlist;
  13. unsigned long end_brk;
  14. } mm_context_t;
  15. #endif /* __ASSEMBLY__ */
  16. #endif /* _ASM_MICROBLAZE_MMU_H */