Server IP : 15.235.198.142 / Your IP : 216.73.216.208 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/src/linux-headers-6.8.0-60/arch/sh/include/asm/ |
Upload File : |
/* SPDX-License-Identifier: GPL-2.0 */ /* * SH7760 DMABRG (USB/Audio) support */ #ifndef _DMABRG_H_ #define _DMABRG_H_ /* IRQ sources */ #define DMABRGIRQ_USBDMA 0 #define DMABRGIRQ_USBDMAERR 1 #define DMABRGIRQ_A0TXF 2 #define DMABRGIRQ_A0TXH 3 #define DMABRGIRQ_A0RXF 4 #define DMABRGIRQ_A0RXH 5 #define DMABRGIRQ_A1TXF 6 #define DMABRGIRQ_A1TXH 7 #define DMABRGIRQ_A1RXF 8 #define DMABRGIRQ_A1RXH 9 extern int dmabrg_request_irq(unsigned int, void(*)(void *), void *); extern void dmabrg_free_irq(unsigned int); #endif