⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 types.h

📁 sparc硬件平台上的红外协议
💻 H
字号:
#ifndef _TYPES_H#define _TYPES_H/** __xx is ok: it doesn't pollute the POSIX namespace. Use these in the* header files exported to user space*/#include <sys/types.h>#include <errno.h>#include "../../public/pub_emmi.h"typedef unsigned char __u8;typedef unsigned short __u16;typedef unsigned int __u32;/** These aren't exported outside the kernel to avoid name space clashes*/#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -