home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / armlinux / alpha / PARTITIONS / USR_GZ / usr / include / sys / vm86.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-14  |  183 b   |  14 lines

  1. #ifndef _SYS_VM86_H
  2. #define _SYS_VM86_H
  3.  
  4. #include <features.h>
  5. #include <linux/vm86.h>
  6.  
  7. __BEGIN_DECLS
  8.  
  9. extern vm86(struct vm86_struct * __info);
  10.  
  11. __END_DECLS
  12.  
  13. #endif /*_SYS_VM86_H */
  14.