aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/therm_adt746x.c
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2009-01-09 05:23:11 -0500
committerDavid S. Miller <davem@davemloft.net>2009-01-11 03:06:35 -0500
commit0faac9f75fa4260d67fed5a67bb2f16dbe2e93c8 (patch)
tree239376457b0e5e1a1faf9a8e205e54765b6b320d /drivers/macintosh/therm_adt746x.c
parent43baa5bb26298e8e268056c58900098ce8454548 (diff)
netdev: gianfar: add MII ioctl handler
This is the same kind of wrapper that can also be found in many other network device drivers. Tested with a freescale MPC8349E host CPU: Toggled the interface LEDs on a DP83865 PHY. Signed-off-by: Clifford Wolf <clifford@clifford.at> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/macintosh/therm_adt746x.c')
0 files changed, 0 insertions, 0 deletions
uid; __kernel_gid_t gid; __kernel_mode_t file_mode; __kernel_mode_t dir_mode; }; #ifdef __KERNEL__ /* "vers" in big-endian */ #define SMB_MOUNT_ASCII 0x76657273 #define SMB_MOUNT_OLDVERSION 6 #undef SMB_MOUNT_VERSION #define SMB_MOUNT_VERSION 7 /* flags */ #define SMB_MOUNT_WIN95 0x0001 /* Win 95 server */ #define SMB_MOUNT_OLDATTR 0x0002 /* Use core getattr (Win 95 speedup) */ #define SMB_MOUNT_DIRATTR 0x0004 /* Use find_first for getattr */ #define SMB_MOUNT_CASE 0x0008 /* Be case sensitive */ #define SMB_MOUNT_UNICODE 0x0010 /* Server talks unicode */ #define SMB_MOUNT_UID 0x0020 /* Use user specified uid */ #define SMB_MOUNT_GID 0x0040 /* Use user specified gid */ #define SMB_MOUNT_FMODE 0x0080 /* Use user specified file mode */ #define SMB_MOUNT_DMODE 0x0100 /* Use user specified dir mode */ struct smb_mount_data_kernel { int version; uid_t mounted_uid; /* Who may umount() this filesystem? */ uid_t uid; gid_t gid; mode_t file_mode; mode_t dir_mode; u32 flags; /* maximum age in jiffies (inode, dentry and dircache) */ int ttl; struct smb_nls_codepage codepage; }; #endif #endif