#ifndef __KERNEL__ #define __KERNEL__ #endif #ifndef MODULE #define MODULE #endif #include <linuxersion.h> #include <linux/module.h> #include <linux/kernel.h> #include <linux.h> #include <linuxpes.h> #include <linux/errno.h> #include <linux/fs.h> #include <linux/sched.h> #include <linux/ioport.h> #include <linuxab.h> #include <linuxring.h> #include <asm/io.h> #include <asmgment.h> #include <asm/uaccess.h> #include "scull.h"
时间: 2023-08-14 14:06:35 浏览: 131
C++ 中pragma once 与 #ifndef _XXX_H_ #define _XXX_H_的区别
这段代码中包含了多个头文件,其中可能有一个错误的头文件名字。具体来说,`<asmgment.h>` 是一个非标准的头文件,不属于 Linux 内核或者标准的 C/C++ 库。如果你的代码中包含了这个头文件,编译器就会找不到它并报错。
你需要检查代码中的头文件名字是否正确,如果有误,需要将其更正为正确的头文件名字。如果你不确定应该包含哪个头文件,可以查看相关函数或变量的文档或者示例代码,确定正确的头文件名字。
阅读全文