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

📄 machdep.h

📁 vxworks 6.x 的全部头文件
💻 H
字号:
/*  * machdep.h -- architecture dependent include files *              all other files should include this header for  *              machine related dependencies *//* Copyright 1984-2003 Wind River Systems, Inc. *//*modification history--------------------01g,28may04,niq  Merging from base6 label POST_ITER5_FRZ16_REBASE (ver                 /main/vdt/base6_itn5_networking-int/1)01f,20nov03,niq  Remove copyright_wrs.h file inclusion01f,11nov03,sn   avoid duplicating int64_t typedef (already defined in vxTypes.h)01e,23apr03,pas  removed ptr_t01d,27jun02,ppp  merging TeamF1's t22 changes (01d,10jun02,rvr  port to tor22 (teamf1))01c,01oct01,nee  adding defin. for intptr_t01b,08aug01,ann  adding some more OS dependant includes01a,06aug01,qli  adding MACRO redefinitons*/#ifndef _MACHINE_DEP_H_#define _MACHINE_DEP_H_#include "ansi.h"#include "endian.h"#include "param.h"#include "../types.h"typedef	__uintptr_t	uintptr_t;typedef __intptr_t      intptr_t;#if 0typedef unsigned char		u_int8_t;typedef unsigned short		u_int16_t;typedef unsigned long		u_int32_t;typedef	__uint64_t	uint64_t;typedef	__intptr_t	intptr_t;typedef	__uintptr_t	uintptr_t;#endif#endif

⌨️ 快捷键说明

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