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.

19 lines
740 B

  1. // initrk.h
  2. extern char *szResourceClassName; // used in pnprckt.c
  3. void InitRocketModemII(PSERIAL_DEVICE_EXTENSION ext);
  4. UCHAR FindPCIBus(void);
  5. int FindPCIRockets(UCHAR NumPCI);
  6. int FindPCIRocket(DEVICE_CONFIG *config, int match_option);
  7. NTSTATUS RcktConnectInt(IN PDRIVER_OBJECT DriverObject);
  8. void VerboseLogBoards(char *prefix);
  9. int SetupRocketCfg(int pnp_flag);
  10. int ConfigAIOP(DEVICE_CONFIG *config);
  11. VOID SerialUnReportResourcesDevice(IN PSERIAL_DEVICE_EXTENSION Extension);
  12. int RocketReportResources(IN PSERIAL_DEVICE_EXTENSION extension);
  13. int InitController(PSERIAL_DEVICE_EXTENSION ext);
  14. void StartRocketIRQorTimer(void);
  15. void SetupRocketIRQ(void);
  16. NTSTATUS init_cfg_rocket(IN PDRIVER_OBJECT DriverObject);