diff options
| author | 2011-04-05 22:54:30 +0000 | |
|---|---|---|
| committer | 2011-04-05 22:54:30 +0000 | |
| commit | 76122f3f91de6afee5be11c38a9550db149fda60 (patch) | |
| tree | 078bafe94e8d69b4148aeacc8b5bce7ea1ab5d2e /sys/compat/linux/linux_blkio.h | |
| parent | do inquiries against dmaable memory while probing devices. (diff) | |
| download | wireguard-openbsd-76122f3f91de6afee5be11c38a9550db149fda60.tar.xz wireguard-openbsd-76122f3f91de6afee5be11c38a9550db149fda60.zip | |
Unify header sentinel names.
Diffstat (limited to 'sys/compat/linux/linux_blkio.h')
| -rw-r--r-- | sys/compat/linux/linux_blkio.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/linux/linux_blkio.h b/sys/compat/linux/linux_blkio.h index 944946827e2..b31cca814fd 100644 --- a/sys/compat/linux/linux_blkio.h +++ b/sys/compat/linux/linux_blkio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_blkio.h,v 1.1 2001/04/09 06:53:44 tholo Exp $ */ +/* $OpenBSD: linux_blkio.h,v 1.2 2011/04/05 22:54:30 pirofti Exp $ */ /* $NetBSD: linux_blkio.h,v 1.2 2001/01/18 17:48:04 tv Exp $ */ /* @@ -41,8 +41,8 @@ * in <linux/fs.h> */ -#ifndef _LINUX_BLKIO_H -#define _LINUX_BLKIO_H +#ifndef _LINUX_BLKIO_H_ +#define _LINUX_BLKIO_H_ #define LINUX_BLKROSET _LINUX_IO(0x12, 93) #define LINUX_BLKROGET _LINUX_IO(0x12, 94) @@ -58,4 +58,4 @@ #define LINUX_BLKSSZGET _LINUX_IO(0x12, 104) #define LINUX_BLKPG _LINUX_IO(0x12, 105) -#endif /* _LINUX_BLKIO_H */ +#endif /* _LINUX_BLKIO_H_ */ |
