typedef enum
{
    InterruptPolarityUnknown = 0,
    InterruptActiveHigh = 1,
    InterruptActiveLow = 2
} KINTERRUPT_POLARITY;