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.

14 lines
558 B

  1. #ifdef S_RK
  2. int GetPCIRocket(ULONG BaseAddr, DEVICE_CONFIG *CfCtl);
  3. NTSTATUS
  4. RkGetPnpResourceToConfig(IN PDEVICE_OBJECT Fdo,
  5. IN PCM_RESOURCE_LIST pResourceList,
  6. IN PCM_RESOURCE_LIST pTrResourceList,
  7. OUT DEVICE_CONFIG *pConfig);
  8. int Report_Alias_IO(IN PSERIAL_DEVICE_EXTENSION extension);
  9. PSERIAL_DEVICE_EXTENSION FindPrimaryIsaBoard(void);
  10. NTSTATUS BoardFilterResReq(IN PDEVICE_OBJECT devobj, IN PIRP Irp);
  11. int is_isa_cards_pending_start(void);
  12. int is_first_isa_card_started(void);
  13. #endif