Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.1 KiB

  1. /* GIDE.H */
  2. #include "gidei.h"
  3. int pushCommandVector(void);
  4. int popCommandVector(void);
  5. int restoreCommandVector(void);
  6. void noOpRoutine(unsigned char cJunk);
  7. int storebyte(unsigned char *bytePtr);
  8. int retrievebyte(unsigned char *bytePtr);
  9. void processComm(unsigned char);
  10. void processGen(unsigned char);
  11. void processEnd(unsigned char iGideiCode);
  12. void processBytes(unsigned char iGideiCode);
  13. void processBlock(unsigned char iGideiCode);
  14. void processGideiBlockCount(unsigned char iGideiCode);
  15. void processClear(unsigned char iGideiCode);
  16. void processGideiCode(unsigned char iGideiCode);
  17. void executeAlias(void);
  18. void processAlias(unsigned char ucSerialByte);
  19. short writeCommPort (char *outStr);
  20. void passAllCodes(unsigned char cGideiCode);
  21. void determineFormat(unsigned char ucSerialByte);
  22. void charHandler(unsigned char ucSerialByte);
  23. void processCharMode(unsigned char ucSerialByte);
  24. void processCommand(unsigned char cGideiCode);
  25. void processBaudrate(unsigned char Code);
  26. BOOL FAR serialKeysBegin(unsigned char c);
  27. void handleErrorReport(void);
  28. void handleFatalError(void);