Source code of Windows XP (NT5)
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.

29 lines
768 B

  1. #ifdef OEMNSF
  2. # include <oemnsf.h>
  3. extern LPFN_OEM_STARTCALL lpfnOEMStartCall;
  4. extern LPFN_OEM_ENDCALL lpfnOEMEndCall;
  5. extern LPFN_OEM_NSXTOBC lpfnOEMNSxToBC;
  6. extern LPFN_OEM_CREATEFRAME lpfnOEMCreateFrame;
  7. extern LPFN_OEM_NEXTACTION lpfnOEMNextAction;
  8. extern LPFN_OEM_GETBAUDRATE lpfnOEMGetBaudRate;
  9. extern LPFN_OEM_INITNSF lpfnOEMInitNSF;
  10. extern LPFN_OEM_DEINITNSF lpfnOEMDeInitNSF;
  11. extern WORD wOEMFlags;
  12. extern WORD wLenOEMID;
  13. extern BYTE rgbOEMID[];
  14. extern BOOL fUsingOEMProt;
  15. # ifdef RICOHAI
  16. # include <ricohai.h>
  17. extern LPFN_RICOHAISTARTTX lpfnRicohAIStartTx;
  18. extern LPFN_RICOHAIENDTX lpfnRicohAIEndTx;
  19. extern LPFN_RICOHAISTARTRX lpfnRicohAIStartRx;
  20. extern BOOL fUsingRicohAI;
  21. # endif //RICOHAI
  22. #endif //OEMNSF