mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
622 B
27 lines
622 B
|
|
/*
|
|
* $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
|