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

📄 sis_drm.h

📁 内核linux2.4.20,可跟rtlinux3.2打补丁 组成实时linux系统,编译内核
💻 H
字号:
#ifndef _sis_drm_public_h_#define _sis_drm_public_h_typedef struct {  int context;  unsigned int offset;  unsigned int size;  unsigned int free;} drm_sis_mem_t;typedef struct {  unsigned int offset, size;} drm_sis_agp_t;typedef struct {  unsigned int left, right;} drm_sis_flip_t;#ifdef __KERNEL__int sis_fb_alloc(struct inode *inode, struct file *filp, unsigned int cmd,		  unsigned long arg);int sis_fb_free(struct inode *inode, struct file *filp, unsigned int cmd,		  unsigned long arg);int sisp_agp_init(struct inode *inode, struct file *filp, unsigned int cmd,		  unsigned long arg);int sisp_agp_alloc(struct inode *inode, struct file *filp, unsigned int cmd,		  unsigned long arg);int sisp_agp_free(struct inode *inode, struct file *filp, unsigned int cmd,		  unsigned long arg);#endif#endif

⌨️ 快捷键说明

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