Revision 8fbd6b52 linux-user/syscall_defs.h

b/linux-user/syscall_defs.h
1923 1923
#define TARGET_VFAT_IOCTL_READDIR_BOTH    TARGET_IORU('r', 1)
1924 1924
#define TARGET_VFAT_IOCTL_READDIR_SHORT   TARGET_IORU('r', 2)
1925 1925

  
1926
#define TARGET_MTIOCTOP        TARGET_IOW('m', 1, struct mtop)
1927
#define TARGET_MTIOCGET        TARGET_IOR('m', 2, struct mtget)
1928
#define TARGET_MTIOCPOS        TARGET_IOR('m', 3, struct mtpos)
1929

  
1926 1930
struct target_sysinfo {
1927 1931
    abi_long uptime;                /* Seconds since boot */
1928 1932
    abi_ulong loads[3];             /* 1, 5, and 15 minute load averages */

Also available in: Unified diff