Changeset 233 in xtideuniversalbios for trunk/Serial_Server/library/Library.h
- Timestamp:
- Feb 4, 2012, 6:21:22 PM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Serial_Server/library/Library.h
r223 r233 42 42 static int parseGeometry( char *str, unsigned long *p_cyl, unsigned long *p_head, unsigned long *p_sect ); 43 43 44 void respondInquire( unsigned short *buff, struct baudRate *baudRate, unsigned char portAndBaud);44 void respondInquire( unsigned short *buff, struct baudRate *baudRate, unsigned short port, unsigned char scan ); 45 45 46 46 void init( char *name, int p_readOnly, int p_drive, unsigned long p_cyl, unsigned long p_head, unsigned long p_sect, int p_useCHS );
Note:
See TracChangeset
for help on using the changeset viewer.