mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
8 lines
165 B
C
8 lines
165 B
C
|
/*
|
||
|
* Internal header to deal with irq_desc->status which will be renamed
|
||
|
* to irq_desc->settings.
|
||
|
*/
|
||
|
enum {
|
||
|
_IRQ_DEFAULT_INIT_FLAGS = IRQ_DEFAULT_INIT_FLAGS,
|
||
|
};
|