Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ilsel.h
Go to the documentation of this file.
1 #ifndef __ASM_SH_ILSEL_H
2 #define __ASM_SH_ILSEL_H
3 
4 typedef enum {
15 
16  /*
17  * ILSEL Aliases - corner cases for interleaved level tables.
18  *
19  * Someone thought this was a good idea and less hassle than
20  * demuxing a shared vector, really.
21  */
22 
23  /* ILSEL0 and 2 */
30 
31  /* ILSEL1 and 3 */
39 
40 /* arch/sh/boards/renesas/x3proto/ilsel.c */
42 int ilsel_enable_fixed(ilsel_source_t set, unsigned int level);
43 void ilsel_disable(unsigned int irq);
44 
45 #endif /* __ASM_SH_ILSEL_H */