mm-arch-hooks.h 388 B

12345678910111213141516
  1. /*
  2. * Architecture specific mm hooks
  3. */
  4. #ifndef _ASM_GENERIC_MM_ARCH_HOOKS_H
  5. #define _ASM_GENERIC_MM_ARCH_HOOKS_H
  6. /*
  7. * This file should be included through arch/../include/asm/Kbuild for
  8. * the architecture which doesn't need specific mm hooks.
  9. *
  10. * In that case, the generic hooks defined in include/linux/mm-arch-hooks.h
  11. * are used.
  12. */
  13. #endif /* _ASM_GENERIC_MM_ARCH_HOOKS_H */