--- np2/generic/hostdrv.h 2004/01/09 07:27:15 1.2 +++ np2/generic/hostdrv.h 2004/01/15 06:20:42 1.4 @@ -1,21 +1,7 @@ -#define DIRMAX_DEPTH 8 - -typedef struct { - char fcbname[12]; - UINT32 size; - UINT32 attr; -} HDRVDIR; - -typedef struct { - HDRVDIR di; - char realname[MAX_PATH]; -} _HDRVLST, *HDRVLST; +#if defined(SUPPORT_HOSTDRV) -typedef struct { - HDRVDIR di; - char path[MAX_PATH]; -} HDRVPATH; +#define DIRMAX_DEPTH 8 enum { HDFMODE_READ = 0x01, @@ -64,3 +50,5 @@ void hostdrv_intr(void); } #endif +#endif +