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

📄 cam_extend.h

📁 基于组件方式开发操作系统的OSKIT源代码
💻 H
字号:
/* * Written by Julian Elischer (julian@tfs.com) * for TRW Financial Systems for use under the MACH(2.5) operating system. * * TRW Financial Systems, in accordance with their agreement with Carnegie * Mellon University, makes this software available to CMU to distribute * or use in any manner that they see fit as long as this message is kept with * the software. For this reason TFS also grants any other persons or * organisations permission to use or modify this software. * * TFS supplies this software to be publicly redistributed * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * *      $Id: cam_extend.h,v 1.1 1998/09/15 06:33:23 gibbs Exp $ */#ifndef _CAM_CAM_EXTEND_H#define _CAM_CAM_EXTEND_H 1#ifdef KERNELstruct extend_array;void *cam_extend_get(struct extend_array *ea, int index);	struct extend_array *cam_extend_new(void);void *cam_extend_set(struct extend_array *ea, int index, void *value);void cam_extend_release(struct extend_array *ea, int index);#endif /* KERNEL */#endif /* _CAM_CAM_EXTEND_H */

⌨️ 快捷键说明

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