source:
mainline/include/fpu_context.h@
9c926f3
Last change on this file since 9c926f3 was 9c926f3, checked in by , 20 years ago | |
---|---|
|
|
File size: 332 bytes |
Rev | Line | |
---|---|---|
[0ca6faa] | 1 | |
2 | #ifndef fpu_context_h | |
3 | #define fpu_context_h | |
4 | ||
[0c47db1] | 5 | |
6 | #include <arch/fpu_context.h> | |
[9c926f3] | 7 | #include <typedefs.h> |
[0c47db1] | 8 | |
[9c926f3] | 9 | extern void fpu_context_save(fpu_context_t *); |
10 | extern void fpu_context_restore(fpu_context_t *); | |
11 | extern void fpu_lazy_context_save(fpu_context_t *); | |
12 | extern void fpu_lazy_context_restore(fpu_context_t *); | |
[0ca6faa] | 13 | |
14 | ||
[2265edf] | 15 | |
[0ca6faa] | 16 | #endif /*fpu_context_h*/ |
Note:
See TracBrowser
for help on using the repository browser.