24 lines
660 B
C
24 lines
660 B
C
/*
|
|
* $Log: V:/Flite/archives/TrueFFS5/Src/NFDC2148.H_V $
|
|
*
|
|
* Rev 1.1 Apr 01 2001 07:46:42 oris
|
|
* Updated copywrite notice
|
|
*
|
|
* Rev 1.0 Feb 04 2001 12:40:46 oris
|
|
* Initial revision.
|
|
*
|
|
*/
|
|
|
|
/************************************************************************/
|
|
/* */
|
|
/* FAT-FTL Lite Software Development Kit */
|
|
/* Copyright (C) M-Systems Ltd. 1995-2001 */
|
|
/* */
|
|
/************************************************************************/
|
|
#ifndef NFDC2148_H
|
|
#define NFDC2148_H
|
|
|
|
#include "diskonc.h"
|
|
|
|
#endif /* NFDC2148_H */
|