Ignore:
Timestamp:
Jun 5, 2009, 11:24:02 PM (16 years ago)
Author:
Paul Smedley
Message:

Move definitions from config.h to interrupt.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/alsa-kernel/include/sound/config.h

    r431 r438  
    6767#include <linux/config.h>
    6868#include <linux/version.h>
    69 
    70 #define IRQ_NONE      (0)  /*void*/
    71 #define IRQ_HANDLED   (1)  /*void*/
    72 #define IRQ_RETVAL(x) ((x) != 0)  /*void*/
    73 typedef int irqreturn_t;
    7469
    7570#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 2, 3)
Note: See TracChangeset for help on using the changeset viewer.