Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.19-rc8 11 lines 199 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __ASM_SN_IRQ_ALLOC_H 3#define __ASM_SN_IRQ_ALLOC_H 4 5struct irq_alloc_info { 6 void *ctrl; 7 nasid_t nasid; 8 int pin; 9}; 10 11#endif /* __ASM_SN_IRQ_ALLOC_H */