UbixOS V2  2.0
ramdrive.h
Go to the documentation of this file.
1 /*****************************************************************************************
2  Copyright (c) 2002-2004 The UbixOS Project
3  All rights reserved.
4 
5  Redistribution and use in source and binary forms, with or without modification, are
6  permitted provided that the following conditions are met:
7 
8  Redistributions of source code must retain the above copyright notice, this list of
9  conditions, the following disclaimer and the list of authors. Redistributions in binary
10  form must reproduce the above copyright notice, this list of conditions, the following
11  disclaimer and the list of authors in the documentation and/or other materials provided
12  with the distribution. Neither the name of the UbixOS Project nor the names of its
13  contributors may be used to endorse or promote products derived from this software
14  without specific prior written permission.
15 
16  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
17  EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
18  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
19  THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
20  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
21  OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
23  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 
26  $Id: ramdrive.h 54 2016-01-11 01:29:55Z reddawg $
27 
28 *****************************************************************************************/
29 /*
30 #ifndef __RAMDRIVE_H_
31 #define __RAMDRIVE_H_
32 
33 #include <device.h>
34 
35 int dev_ramDestroy();
36 device_t *dev_ramDrive();
37 
38 #endif
39 */
40 
41 /***
42  $Log: ramdrive.h,v $
43  Revision 1.1.1.1 2006/06/01 12:46:15 reddawg
44  ubix2
45 
46  Revision 1.2 2005/10/12 00:13:38 reddawg
47  Removed
48 
49  Revision 1.1.1.1 2005/09/26 17:24:45 reddawg
50  no message
51 
52  Revision 1.1 2004/09/13 15:21:26 flameshadow
53  add: ramdrive.h
54  chg: renamed device_t.size to sectors
55  chg: made #define for size of ramdisk
56  chg: calculated sectors of ramdisk and stored in the device_t struct
57 
58  Revision 1.1 2004/08/13 21:47:49 reddawg
59  Fixed
60 
61  END
62  ***/
63