Changeset 259 in xtideuniversalbios for trunk/Serial_Server/library/Library.h
- Timestamp:
- Feb 23, 2012, 7:14:06 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Serial_Server/library/Library.h
r258 r259 15 15 16 16 unsigned short checksum( unsigned short *wbuff, int wlen ); 17 18 struct floppyInfo { 19 unsigned char real; 20 unsigned long size; 21 unsigned char type; 22 unsigned char cylinders; 23 unsigned char heads; 24 unsigned char sectors; 25 }; 26 27 struct floppyInfo *FindFloppyInfoBySize( double size ); 17 28 18 29 class Image
Note:
See TracChangeset
for help on using the changeset viewer.