syscall.c (9bdfa4d23f4395dab89a60eb6b05a0308792bd66) | syscall.c (ab22b4dd749f5769e72eaf4dd368072196ef29af) |
---|---|
1/* 2 * Linux syscalls 3 * 4 * Copyright (c) 2003 Fabrice Bellard 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or --- 75 unchanged lines hidden (view full) --- 84#include <linux/termios.h> 85#include <linux/unistd.h> 86#include <linux/cdrom.h> 87#include <linux/hdreg.h> 88#include <linux/soundcard.h> 89#include <linux/kd.h> 90#include <linux/mtio.h> 91#include <linux/fs.h> | 1/* 2 * Linux syscalls 3 * 4 * Copyright (c) 2003 Fabrice Bellard 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or --- 75 unchanged lines hidden (view full) --- 84#include <linux/termios.h> 85#include <linux/unistd.h> 86#include <linux/cdrom.h> 87#include <linux/hdreg.h> 88#include <linux/soundcard.h> 89#include <linux/kd.h> 90#include <linux/mtio.h> 91#include <linux/fs.h> |
92#include <linux/fd.h> |
|
92#if defined(CONFIG_FIEMAP) 93#include <linux/fiemap.h> 94#endif 95#include <linux/fb.h> 96#if defined(CONFIG_USBFS) 97#include <linux/usbdevice_fs.h> 98#include <linux/usb/ch9.h> 99#endif --- 11899 unchanged lines hidden --- | 93#if defined(CONFIG_FIEMAP) 94#include <linux/fiemap.h> 95#endif 96#include <linux/fb.h> 97#if defined(CONFIG_USBFS) 98#include <linux/usbdevice_fs.h> 99#include <linux/usb/ch9.h> 100#endif --- 11899 unchanged lines hidden --- |