Add multiple inclusion protection.
This commit is contained in:
parent
cb64660fb4
commit
e0b71aa03c
@ -28,6 +28,9 @@
|
||||
* rights to redistribute these changes.
|
||||
*/
|
||||
|
||||
#ifndef _MACHINE_PROC_H_
|
||||
#define _MACHINE_PROC_H_
|
||||
|
||||
#include <machine/globaldata.h>
|
||||
#include <machine/globals.h>
|
||||
|
||||
@ -51,3 +54,5 @@ struct mdthread {
|
||||
struct mdproc {
|
||||
struct user *md_uservirt; /* virtual address of p_addr */
|
||||
};
|
||||
|
||||
#endif /* !_MACHINE_PROC_H_ */
|
||||
|
@ -32,6 +32,9 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#ifndef _MACHINE_PROC_H_
|
||||
#define _MACHINE_PROC_H_
|
||||
|
||||
#include <machine/globals.h>
|
||||
|
||||
/*
|
||||
@ -42,3 +45,5 @@ struct mdthread {
|
||||
|
||||
struct mdproc {
|
||||
};
|
||||
|
||||
#endif /* !_MACHINE_PROC_H_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user