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