blob: 3ad3625e34f4ce23332f3c517a9b8f35ee896fbd [file] [log] [blame]
Ben Cheng7334f0a2014-04-30 14:28:17 -07001<!-- Copyright (C) 2009-2014 Free Software Foundation, Inc.
Ben Cheng09ebc132013-10-18 00:02:49 -07002
3 Copying and distribution of this file, with or without modification,
4 are permitted in any medium without royalty provided the copyright
5 notice and this notice are preserved. -->
6
7<!-- The root element of a syscall info is <syscalls-info>. -->
8
9<!ELEMENT syscalls-info (syscall*)>
10
11<!ELEMENT syscall EMPTY>
12<!ATTLIST syscall
13 name CDATA #REQUIRED
14 number CDATA #REQUIRED>