File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed
Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 3333 * $FreeBSD: src/sys/amd64/include/asm.h,v 1.18 2007/08/22 04:26:07 jkoshy Exp $
3434 */
3535
36- #ifndef _MACHINE_ASM_H_
37- #define _MACHINE_ASM_H_
36+ #ifndef _BSD_ASM_H_
37+ #define _BSD_ASM_H_
3838
3939#ifdef __APPLE__
4040#include "../i387/osx_asm.h"
107107#endif /* not lint and not STRIP_FBSDID */
108108
109109#endif
110- #endif /* !_MACHINE_ASM_H_ */
110+ #endif /* !_BSD_ASM_H_ */
Original file line number Diff line number Diff line change 3333 * $FreeBSD: src/sys/sys/cdefs.h,v 1.114 2011/02/18 21:44:53 nwhitehorn Exp $
3434 */
3535
36- #ifndef _SYS_CDEFS_H_
37- #define _SYS_CDEFS_H_
36+ #ifndef _BSD_CDEFS_H_
37+ #define _BSD_CDEFS_H_
3838
3939#if defined(__cplusplus )
4040#define __BEGIN_DECLS extern "C" {
574574#endif
575575#endif
576576
577- #endif /* !_SYS_CDEFS_H_ */
577+ #endif /* !_BSD_CDEFS_H_ */
Original file line number Diff line number Diff line change 3838 * W. Jolitz 1/90
3939 */
4040
41- #ifndef _X86_FPU_H_
42- #define _X86_FPU_H_
41+ #ifndef _BSD_FPU_H_
42+ #define _BSD_FPU_H_
4343
4444#include "types-compat.h"
4545
@@ -215,4 +215,4 @@ struct savefpu_ymm {
215215#define __INITIAL_MXCSR__ 0x1F80
216216#define __INITIAL_MXCSR_MASK__ 0xFFBF
217217
218- #endif /* !_X86_FPU_H_ */
218+ #endif /* !_BSD_FPU_H_ */
Original file line number Diff line number Diff line change 3535 * IEEE floating point type and constant definitions.
3636 */
3737
38- #ifndef _MACHINE_IEEEFP_H_
39- #define _MACHINE_IEEEFP_H_
38+ #ifndef _BSD_IEEEFP_H_
39+ #define _BSD_IEEEFP_H_
4040
4141/*
4242 * FP rounding modes
@@ -269,4 +269,4 @@ __END_DECLS
269269#endif /* !__IEEEFP_NOINLINES__ && !__cplusplus && __GNUCLIKE_ASM
270270 && __CC_SUPPORTS___INLINE__ */
271271
272- #endif /* !_MACHINE_IEEEFP_H_ */
272+ #endif /* !_BSD_IEEEFP_H_ */
Original file line number Diff line number Diff line change 3333 * $FreeBSD: src/sys/sys/cdefs.h,v 1.114 2011/02/18 21:44:53 nwhitehorn Exp $
3434 */
3535
36- #ifndef _SYS_CDEFS_H_
37- #define _SYS_CDEFS_H_
36+ #ifndef _BSD_CDEFS_H_
37+ #define _BSD_CDEFS_H_
3838
3939#if defined(__cplusplus )
4040#define __BEGIN_DECLS extern "C" {
574574#endif
575575#endif
576576
577- #endif /* !_SYS_CDEFS_H_ */
577+ #endif /* !_BSD_CDEFS_H_ */
You can’t perform that action at this time.
0 commit comments