Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 181 → Rev 63

/shark/trunk/drivers/linuxc24/include/fpu_control.h
21,10 → 21,6
#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.
*
99,5 → 95,4
/* Default control word set at startup. */
extern fpu_control_t __fpu_control;
 
__END_DECLS
#endif /* fpu_control.h */