Linux Audio

Check our new training course

Buildroot integration, development and maintenance

Need a Buildroot system for your embedded project?
Loading...
v6.13.7
1/* SPDX-License-Identifier: GPL-2.0 */
 
 
 
 
 
 
2#include "irqs-s3c64xx.h"
v6.2
1/* SPDX-License-Identifier: GPL-2.0 */
2
3#ifdef CONFIG_ARCH_S3C24XX
4#include "irqs-s3c24xx.h"
5#endif
6
7#ifdef CONFIG_ARCH_S3C64XX
8#include "irqs-s3c64xx.h"
9#endif