summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/memdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/include/memdev.h')
-rw-r--r--sys/amd64/include/memdev.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/amd64/include/memdev.h b/sys/amd64/include/memdev.h
index 97000c9..649b557 100644
--- a/sys/amd64/include/memdev.h
+++ b/sys/amd64/include/memdev.h
@@ -26,6 +26,9 @@
* $FreeBSD$
*/
+#ifndef _MACHINE_MEMDEV_H_
+#define _MACHINE_MEMDEV_H_
+
#define CDEV_MINOR_MEM 0
#define CDEV_MINOR_KMEM 1
@@ -34,4 +37,4 @@ d_read_t memrw;
d_ioctl_t memioctl;
d_mmap_t memmmap;
-void dev_mem_md_init(void);
+#endif /* _MACHINE_MEMDEV_H_ */
OpenPOWER on IntegriCloud