Esempio n. 1
0
 public static extern unsafe bool CreateImpl(
     byte irq,
     InterruptHandle *handle);
Esempio n. 2
0
 public static unsafe bool CreateImpl(
     byte irqNum,
     InterruptHandle *handle)
 {
     return(Create(irqNum, out *handle));
 }