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 be662a18b7763496a052d489206af9ca2c2e1ac2 12 lines 181 B view raw
1#ifndef __ARM_KMAP_TYPES_H 2#define __ARM_KMAP_TYPES_H 3 4/* 5 * This is the "bare minimum". AIO seems to require this. 6 */ 7enum km_type { 8 KM_IRQ0, 9 KM_USER1 10}; 11 12#endif