当前位置: 技术问答>linux和unix
第一人入门字符设备驱动程序的问题
来源: 互联网 发布时间:2016-01-22
本文导语: 在Linux高级开发技术里面,第二章学了一点内核驱动,虽然里面排版巨烂,但勉强能很懂 按照它的程序,自己敲到机子上之后,编译总是能不过,提示 struct file_opterations有错不知道为啥,是不是结构体有问题??? ...
在Linux高级开发技术里面,第二章学了一点内核驱动,虽然里面排版巨烂,但勉强能很懂
按照它的程序,自己敲到机子上之后,编译总是能不过,提示
struct file_opterations有错不知道为啥,是不是结构体有问题???
请大虾看一下源码:
#include
#include
#include
#define DEFAULT 0
unsigned int dev_major = 0;
static int dev_read(struct inode *node,struct file*file,char* buf,int i)
{
int a,b;
char* c = "hello";
int j;
if(verify_area(VERIFY_WRITE,buf,i) == DEFAULT)
return DEFAULT;
/* get_user(a,int(buf[0]));
get_user(b,int(buf[1]));
a = a+b;
*/
for(j = 0;j
按照它的程序,自己敲到机子上之后,编译总是能不过,提示
struct file_opterations有错不知道为啥,是不是结构体有问题???
请大虾看一下源码:
#include
#include
#include
#define DEFAULT 0
unsigned int dev_major = 0;
static int dev_read(struct inode *node,struct file*file,char* buf,int i)
{
int a,b;
char* c = "hello";
int j;
if(verify_area(VERIFY_WRITE,buf,i) == DEFAULT)
return DEFAULT;
/* get_user(a,int(buf[0]));
get_user(b,int(buf[1]));
a = a+b;
*/
for(j = 0;j
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
站内导航:
特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!