
linux kernel source
文章平均质量分 73
yanxuex
他山之石,可以攻玉
展开
-
include/linux/cdev.h
xxx转载 2013-12-26 18:15:49 · 1094 阅读 · 0 评论 -
struct file_operations
/* * NOTE: * read, write, poll, fsync, readv, writev, unlocked_ioctl and compat_ioctl * can be called without the big kernel lock held in all filesystems. */struct file_operations { struct mo转载 2013-12-27 09:41:01 · 479 阅读 · 0 评论 -
arch/alpha/include/asm/posix_types.h
#ifndef _ALPHA_POSIX_TYPES_H#define _ALPHA_POSIX_TYPES_H/* * This file is generally used by user-level software, so you need to * be a little careful about namespace pollution etc. Also, we cann转载 2013-12-27 11:28:49 · 808 阅读 · 0 评论 -
include/linux/types.h
#ifndef _LINUX_TYPES_H#define _LINUX_TYPES_H#include #ifndef __ASSEMBLY__#ifdef __KERNEL__#define DECLARE_BITMAP(name,bits) \ unsigned long name[BITS_TO_LONGS(bits)]#endif#include #ifde转载 2013-12-27 10:11:20 · 6324 阅读 · 0 评论