mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
9 lines
141 B
C
9 lines
141 B
C
/*-
|
|
* This file is in the public domain.
|
|
*
|
|
* $FreeBSD$
|
|
*/
|
|
#ifndef _MACHINE_FPU_H_
|
|
#define _MACHINE_FPU_H_
|
|
|
|
#endif /* !_MACHINE_FPU_H_ */
|