You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
15 lines
409 B
C
Executable File
15 lines
409 B
C
Executable File
/*---------------------------------------------------------------------*
|
|
Copyright (C) 2002 - 2004 BroadOn Communications.
|
|
*---------------------------------------------------------------------*/
|
|
|
|
#ifndef __bb_fs_h__
|
|
#define __bb_fs_h__
|
|
|
|
#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS)
|
|
|
|
#define BB_FL_BLOCK_SIZE 16384
|
|
#define BB_INODE16_NAMELEN 11 /* maximum name length */
|
|
|
|
#endif
|
|
#endif
|