source: mainline/include/fpu_context.h@ 6ef72c9

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 6ef72c9 was 2265edf, checked in by Jakub Vana <jakub.vana@…>, 20 years ago

Blank line added :-)

  • Property mode set to 100644
File size: 234 bytes
Line 
1
2#ifndef fpu_context_h
3#define fpu_context_h
4
5extern void fpu_context_save(void);
6extern void fpu_context_restore(void);
7extern void fpu_lazy_context_save(void);
8extern void fpu_lazy_context_restore(void);
9
10
11
12#endif /*fpu_context_h*/
Note: See TracBrowser for help on using the repository browser.