Home | History | Annotate | Line # | Download | only in linux
hashtable.h revision 1.1
      1 #ifndef _LINUX_HASHTABLE_H_
      2 #define _LINUX_HASHTABLE_H_
      3 
      4 #define DECLARE_HASHTABLE(__a,__b) \
      5 	uint64_t __a /* XXX */
      6 
      7 
      8 #endif /*_LINUX_HASHTABLE_H_*/
      9