#ifndef __ASM_GENERIC_HW_IRQ_H #define __ASM_GENERIC_HW_IRQ_H /* * hw_irq.h has internal declarations for the low-level interrupt * controller, like the original i8259A. * In general, this is not needed for new architectures. */ #endif /* __ASM_GENERIC_HW_IRQ_H */ t-next.git/atom/tools/lib/bpf?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/tools/lib/bpf
AgeCommit message (Expand)AuthorFilesLines
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün1-0/+6
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün2-2/+2
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün2-2/+2
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün2-2/+2
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün2-2/+2
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün2-5/+5