diff options
author | Will Newton <will.newton@linaro.org> | 2014-02-26 17:20:07 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2014-02-26 17:20:07 +0000 |
commit | 0956ff5a4e1fceb33e098133dd2b083647bb8eaa (patch) | |
tree | 6388aafb6bdbf8df5f9acdf077b6f8a013ba54e3 | |
parent | 1f79ee32b556cad0b6db6f7c866ac4e6b4244cc1 (diff) | |
download | qemu-0956ff5a4e1fceb33e098133dd2b083647bb8eaa.zip |
include/qemu/crc32c.h: Rename include guards to match filename
Signed-off-by: Will Newton <will.newton@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1393411566-24104-2-git-send-email-will.newton@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rw-r--r-- | include/qemu/crc32c.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qemu/crc32c.h b/include/qemu/crc32c.h index 56d1c3bfde..dafb6a1ada 100644 --- a/include/qemu/crc32c.h +++ b/include/qemu/crc32c.h @@ -25,8 +25,8 @@ * */ -#ifndef QEMU_CRC32_H -#define QEMU_CRC32_H +#ifndef QEMU_CRC32C_H +#define QEMU_CRC32C_H #include "qemu-common.h" |