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