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>
This commit is contained in:
Will Newton 2014-02-26 17:20:07 +00:00 committed by Peter Maydell
parent 1f79ee32b5
commit 0956ff5a4e

View file

@ -25,8 +25,8 @@
*
*/
#ifndef QEMU_CRC32_H
#define QEMU_CRC32_H
#ifndef QEMU_CRC32C_H
#define QEMU_CRC32C_H
#include "qemu-common.h"