28 lines
622 B
C
28 lines
622 B
C
|
|
||
|
/*
|
||
|
* $Log: V:/Flite/archives/TrueFFS5/Src/OSAK.H_V $
|
||
|
*
|
||
|
* Rev 1.1 Apr 01 2001 07:46:32 oris
|
||
|
* Updated copywrite notice
|
||
|
*
|
||
|
* Rev 1.0 Feb 04 2001 12:35:48 oris
|
||
|
* Initial revision.
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
/************************************************************************/
|
||
|
/* */
|
||
|
/* DiskOnChip 2000 O/S Adaptation Kit */
|
||
|
/* Copyright (C) M-Systems Ltd. 1998 */
|
||
|
/* */
|
||
|
/************************************************************************/
|
||
|
|
||
|
|
||
|
#ifndef OSAK_H
|
||
|
#define OSAK_H
|
||
|
|
||
|
#include "blockdev.h"
|
||
|
#include "dosformt.h"
|
||
|
|
||
|
#endif
|