view ffstools/tiffs-rd/pathname.h @ 226:4d706a4134b0

FFS in gsm-fw: generate the legacy block info table at run time
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 13 Jan 2014 10:15:59 +0000
parents 2900fe603f8a
children ae9ff2d1e3da
line wrap: on
line source

#define	MAX_FN_COMPONENT	20
#define	MAX_DIR_NEST		6
#define	PATHNAME_BUF_SIZE	((MAX_FN_COMPONENT+1) * MAX_DIR_NEST + 2)