diff options
Diffstat (limited to 'tools/testing/selftests/kvm/include/sparsebit.h')
| -rw-r--r-- | tools/testing/selftests/kvm/include/sparsebit.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/testing/selftests/kvm/include/sparsebit.h b/tools/testing/selftests/kvm/include/sparsebit.h index 54cfeb6568d3..31e030915c1f 100644 --- a/tools/testing/selftests/kvm/include/sparsebit.h +++ b/tools/testing/selftests/kvm/include/sparsebit.h | |||
| @@ -15,8 +15,8 @@ | |||
| 15 | * even in the case where most bits are set. | 15 | * even in the case where most bits are set. |
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #ifndef _TEST_SPARSEBIT_H_ | 18 | #ifndef SELFTEST_KVM_SPARSEBIT_H |
| 19 | #define _TEST_SPARSEBIT_H_ | 19 | #define SELFTEST_KVM_SPARSEBIT_H |
| 20 | 20 | ||
| 21 | #include <stdbool.h> | 21 | #include <stdbool.h> |
| 22 | #include <stdint.h> | 22 | #include <stdint.h> |
| @@ -72,4 +72,4 @@ void sparsebit_validate_internal(struct sparsebit *sbit); | |||
| 72 | } | 72 | } |
| 73 | #endif | 73 | #endif |
| 74 | 74 | ||
| 75 | #endif /* _TEST_SPARSEBIT_H_ */ | 75 | #endif /* SELFTEST_KVM_SPARSEBIT_H */ |
