Tony SIM | 1d7a894 | 2010-01-28 17:04:55 +0900 | [diff] [blame^] | 1 | /**************************************************************************** |
| 2 | **************************************************************************** |
| 3 | *** |
| 4 | *** This header was automatically generated from a Linux kernel header |
| 5 | *** of the same name, to make information necessary for userspace to |
| 6 | *** call into the kernel available to libc. It contains only constants, |
| 7 | *** structures, and macros generated from the original header, and thus, |
| 8 | *** contains no copyrightable information. |
| 9 | *** |
| 10 | **************************************************************************** |
| 11 | ****************************************************************************/ |
| 12 | #ifndef _DMABRG_H_ |
| 13 | #define _DMABRG_H_ |
| 14 | |
| 15 | #define DMABRGIRQ_USBDMA 0 |
| 16 | #define DMABRGIRQ_USBDMAERR 1 |
| 17 | #define DMABRGIRQ_A0TXF 2 |
| 18 | #define DMABRGIRQ_A0TXH 3 |
| 19 | #define DMABRGIRQ_A0RXF 4 |
| 20 | #define DMABRGIRQ_A0RXH 5 |
| 21 | #define DMABRGIRQ_A1TXF 6 |
| 22 | #define DMABRGIRQ_A1TXH 7 |
| 23 | #define DMABRGIRQ_A1RXF 8 |
| 24 | #define DMABRGIRQ_A1RXH 9 |
| 25 | |
| 26 | #endif |