1*c18f6365SGreg Kroah-HartmanWhat: The kernel syscall interface 2*c18f6365SGreg Kroah-HartmanDescription: 3*c18f6365SGreg Kroah-Hartman This interface matches much of the POSIX interface and is based 4*c18f6365SGreg Kroah-Hartman on it and other Unix based interfaces. It will only be added to 5*c18f6365SGreg Kroah-Hartman over time, and not have things removed from it. 6*c18f6365SGreg Kroah-Hartman 7*c18f6365SGreg Kroah-Hartman Note that this interface is different for every architecture 8*c18f6365SGreg Kroah-Hartman that Linux supports. Please see the architecture-specific 9*c18f6365SGreg Kroah-Hartman documentation for details on the syscall numbers that are to be 10*c18f6365SGreg Kroah-Hartman mapped to each syscall. 11