mmu-tt.h 526 B

1234567891011121314151617181920212223
  1. /*
  2. * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
  3. * Licensed under the GPL
  4. */
  5. #ifndef __TT_MMU_H
  6. #define __TT_MMU_H
  7. struct mmu_context_tt {
  8. };
  9. #endif
  10. /*
  11. * Overrides for Emacs so that we follow Linus's tabbing style.
  12. * Emacs will notice this stuff at the end of the file and automatically
  13. * adjust the settings for this buffer only. This must remain at the end
  14. * of the file.
  15. * ---------------------------------------------------------------------------
  16. * Local variables:
  17. * c-file-style: "linux"
  18. * End:
  19. */