Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 63 → Rev 81

/shark/trunk/drivers/linuxc24/include/fpu_control.h
21,6 → 21,10
#ifndef _FPU_CONTROL_H
#define _FPU_CONTROL_H 1
 
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
/* Here is the dirty part. Set up your 387 through the control word
* (cw) register.
*
95,4 → 99,5
/* Default control word set at startup. */
extern fpu_control_t __fpu_control;
 
__END_DECLS
#endif /* fpu_control.h */