File: iopl.S

package info (click to toggle)
dietlibc 0.28-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 8,048 kB
  • ctags: 18,576
  • sloc: ansic: 50,423; asm: 9,801; cpp: 1,824; makefile: 628; sh: 101; perl: 62
file content (6 lines) | stat: -rw-r--r-- 67 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6

#include "syscalls.h"

#ifdef __NR_iopl
syscall(iopl,iopl)
#endif