📄 fpparmlib.h
字号:
/* fppArmLib.h - ARM floating-point coprocessor support header file *//* Copyright 1996-1997 Wind River Systems, Inc. *//*modification history--------------------01a,09may96,cdp created*/#ifndef __INCfppArmLibh#define __INCfppArmLibh#ifdef __cplusplusextern "C" {#endif#ifndef _ASMLANGUAGEtypedef struct fpContext { int dummy; } FP_CONTEXT;#define FPREG_SET FP_CONTEXT/* variable declarations */extern REG_INDEX fpRegName[]; /* f-point data register table */extern REG_INDEX fpCtlRegName[]; /* f-point control register table */extern WIND_TCB *pFppTaskIdPrevious; /* task id for deferred exceptions */extern FUNCPTR fppCreateHookRtn; /* arch dependent create hook routine */extern FUNCPTR fppDisplayHookRtn; /* arch dependent display routine *//* function declarations */#if defined(__STDC__) || defined(__cplusplus)IMPORT void fppArchInit (void);IMPORT void fppArchTaskCreateInit (FP_CONTEXT *pFpContext);#else /* __STDC__ */IMPORT void fppArchInit ();IMPORT void fppArchTaskCreateInit ();#endif /* __STDC__ */#endif /* _ASMLANGUAGE */#ifdef __cplusplus}#endif#endif /* __INCfppArmLibh */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -