drivercom.h

header file for the driver communication port

Author

Marcel Sondaar

License

Public Domain

Summary
drivercom.hheader file for the driver communication port
COMMPORTContains the read and write pointers for a shared message pipe
Variables
_MOS_bootinfothe message pipe the application received on startup.

COMMPORT

typedef struct COMMPORT

Contains the read and write pointers for a shared message pipe

Summary
Variables
_MOS_bootinfothe message pipe the application received on startup.

Variables

_MOS_bootinfo

extern COMMPORT * _MOS_bootinfo

the message pipe the application received on startup.

typedef struct COMMPORT
Contains the read and write pointers for a shared message pipe
extern COMMPORT * _MOS_bootinfo
the message pipe the application received on startup.