1 /* Public domain. */
2 
3 #ifndef _LINUX_MMU_NOTIFIER_H
4 #define _LINUX_MMU_NOTIFIER_H
5 
6 struct mmu_interval_notifier {
7 };
8 
9 #endif
10