mirror of https://github.com/F-Stack/f-stack.git
10 lines
141 B
C
10 lines
141 B
C
|
/*-
|
||
|
* This file is in the public domain.
|
||
|
*
|
||
|
* $FreeBSD$
|
||
|
*/
|
||
|
#ifndef _MACHINE_FPU_H_
|
||
|
#define _MACHINE_FPU_H_
|
||
|
|
||
|
#endif /* !_MACHINE_FPU_H_ */
|