Changeset 277 in xtideuniversalbios for trunk/Serial_Server/library/Library.h
- Timestamp:
- Feb 28, 2012, 2:45:48 PM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Serial_Server/library/Library.h
r259 r277 8 8 #ifndef LIBRARY_H_INCLUDED 9 9 #define LIBRARY_H_INCLUDED 10 11 #define SERIAL_SERVER_MAJORVERSION 1 12 #define SERIAL_SERVER_MINORVERSION 0 10 13 11 14 void log( int level, char *message, ... ); … … 54 57 static int parseGeometry( char *str, unsigned long *p_cyl, unsigned long *p_head, unsigned long *p_sect ); 55 58 56 void respondInquire( unsigned short *buff, struct baudRate *baudRate, unsigned short port, unsigned char scan );59 void respondInquire( unsigned short *buff, unsigned short originalPortAndBaud, struct baudRate *baudRate, unsigned short port, unsigned char scan ); 57 60 58 61 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.