mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Protect against multiple inclusions.
This commit is contained in:
parent
5cafcbb49b
commit
cdede1b424
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109500
@ -25,6 +25,9 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#ifndef _MACHINE_ASM_H_
|
||||
#define _MACHINE_ASM_H_
|
||||
|
||||
/*
|
||||
* Assembly coding style
|
||||
*
|
||||
@ -642,3 +645,5 @@ label: ASCIZ msg; \
|
||||
#else
|
||||
#define __FBSDID(s) /* nothing */
|
||||
#endif /* not lint and not STRIP_FBSDID */
|
||||
|
||||
#endif /* !_MACHINE_ASM_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user