Protect against multiple inclusions.

This commit is contained in:
David E. O'Brien 2003-01-18 23:43:12 +00:00
parent 5cafcbb49b
commit cdede1b424
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109500

View File

@ -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_ */