mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
8 lines
125 B
C
8 lines
125 B
C
|
|
#ifndef _MACHINE_IEEEFP_H_
|
|
#define _MACHINE_IEEEFP_H_
|
|
|
|
/* TODO */
|
|
typedef int fp_except_t;
|
|
|
|
#endif /* _MACHINE_IEEEFP_H_ */
|