linux_ioctl.c (1829d5da5355930d5cfa8ec8add8ff47dc0bebab) | linux_ioctl.c (13f20d7e8607cbd09df8ec9f82eaea86874e4af2) |
---|---|
1/*- 2 * Copyright (c) 1994-1995 S�ren Schmidt 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 63 unchanged lines hidden (view full) --- 72#include <machine/../linux32/linux32_proto.h> 73#else 74#include <machine/../linux/linux.h> 75#include <machine/../linux/linux_proto.h> 76#endif 77 78#include <compat/linux/linux_ioctl.h> 79#include <compat/linux/linux_mib.h> | 1/*- 2 * Copyright (c) 1994-1995 S�ren Schmidt 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 63 unchanged lines hidden (view full) --- 72#include <machine/../linux32/linux32_proto.h> 73#else 74#include <machine/../linux/linux.h> 75#include <machine/../linux/linux_proto.h> 76#endif 77 78#include <compat/linux/linux_ioctl.h> 79#include <compat/linux/linux_mib.h> |
80#include <compat/linux/linux_socket.h> |
|
80#include <compat/linux/linux_util.h> 81 82CTASSERT(LINUX_IFNAMSIZ == IFNAMSIZ); 83 84static linux_ioctl_function_t linux_ioctl_cdrom; 85static linux_ioctl_function_t linux_ioctl_vfat; 86static linux_ioctl_function_t linux_ioctl_console; 87static linux_ioctl_function_t linux_ioctl_hdio; --- 2637 unchanged lines hidden --- | 81#include <compat/linux/linux_util.h> 82 83CTASSERT(LINUX_IFNAMSIZ == IFNAMSIZ); 84 85static linux_ioctl_function_t linux_ioctl_cdrom; 86static linux_ioctl_function_t linux_ioctl_vfat; 87static linux_ioctl_function_t linux_ioctl_console; 88static linux_ioctl_function_t linux_ioctl_hdio; --- 2637 unchanged lines hidden --- |