diff options
Diffstat (limited to 'post/lib_ppc/fpu/fpu.c')
-rw-r--r-- | post/lib_ppc/fpu/fpu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/post/lib_ppc/fpu/fpu.c b/post/lib_ppc/fpu/fpu.c index 846b76d..3f3adea 100644 --- a/post/lib_ppc/fpu/fpu.c +++ b/post/lib_ppc/fpu/fpu.c @@ -40,6 +40,8 @@ #include <watchdog.h> +GNU_FPOST_ATTR + extern int fpu_status (void); extern void fpu_enable (void); extern void fpu_disable (void); |