mmu-tt.h 159 B

123456789101112
  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