• Main Page
  • Data Structures
  • Files
  • File List
  • Globals

cache.h

Go to the documentation of this file.
00001 
00013 #ifndef CACHE_H
00014 #define CACHE_H
00015 
00016 
00017 #include <linux/slab.h>
00018 
00019 
00024 extern struct kmem_cache *      mumufs_storage_cache;
00025 
00026 
00027 #endif
00028