__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Copyright (C) 2019 Texas Instruments
 */

#ifndef _LINUX_IRQ_DAVINCI_AINTC_
#define _LINUX_IRQ_DAVINCI_AINTC_

#include <linux/ioport.h>

/**
 * struct davinci_aintc_config - configuration data for davinci-aintc driver.
 *
 * @reg: register range to map
 * @num_irqs: number of HW interrupts supported by the controller
 * @prios: an array of size num_irqs containing priority settings for
 *         each interrupt
 */
struct davinci_aintc_config {
	struct resource reg;
	unsigned int num_irqs;
	u8 *prios;
};

void davinci_aintc_init(const struct davinci_aintc_config *config);

#endif /* _LINUX_IRQ_DAVINCI_AINTC_ */

Filemanager

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-madera.h File 3.66 KB 0644
irq-omap-intc.h File 567 B 0644
irq-partition-percpu.h File 1.33 KB 0644
irq-sa11x0.h File 356 B 0644
riscv-aplic.h File 4.52 KB 0644
riscv-imsic.h File 2.32 KB 0644
xtensa-mx.h File 467 B 0644
xtensa-pic.h File 532 B 0644
Filemanager