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
249 B

  1. //--- isr.h
  2. BOOLEAN SerialISR(
  3. IN PKINTERRUPT InterruptObject,
  4. IN PVOID Context);
  5. VOID TimerDpc(
  6. IN PKDPC Dpc,
  7. IN PVOID DeferredContext,
  8. IN PVOID SystemContext1,
  9. IN PVOID SystemContext2);