xref: /haiku/src/add-ons/kernel/file_systems/ramfs/ramfs.h (revision 2b76973fa2401f7a5edf68e6470f3d3210cbcff3)
1 // ramfs.h
2 
3 #ifndef RAM_FS_H
4 #define RAM_FS_H
5 
6 #include <SupportDefs.h>
7 
8 const size_t kMaxIndexKeyLength = 256;
9 
10 #endif	// RAM_FS_H
11