hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/tools/testing/selftests/kvm/include/sparsebit.h
....@@ -1,10 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * tools/testing/selftests/kvm/include/sparsebit.h
34 *
45 * Copyright (C) 2018, Google LLC.
5
- *
6
- * This work is licensed under the terms of the GNU GPL, version 2.
7
- *
86 *
97 * Header file that describes API to the sparsebit library.
108 * This library provides a memory efficient means of storing
....@@ -15,8 +13,8 @@
1513 * even in the case where most bits are set.
1614 */
1715
18
-#ifndef _TEST_SPARSEBIT_H_
19
-#define _TEST_SPARSEBIT_H_
16
+#ifndef SELFTEST_KVM_SPARSEBIT_H
17
+#define SELFTEST_KVM_SPARSEBIT_H
2018
2119 #include <stdbool.h>
2220 #include <stdint.h>
....@@ -72,4 +70,4 @@
7270 }
7371 #endif
7472
75
-#endif /* _TEST_SPARSEBIT_H_ */
73
+#endif /* SELFTEST_KVM_SPARSEBIT_H */