kvm: selftests: move arch-specific files to arch-specific locations
Signed-off-by: Andrew Jones <drjones@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:

committed by
Paolo Bonzini

parent
14c47b7530
commit
cc68765d41
@@ -15,8 +15,8 @@
|
||||
* even in the case where most bits are set.
|
||||
*/
|
||||
|
||||
#ifndef _TEST_SPARSEBIT_H_
|
||||
#define _TEST_SPARSEBIT_H_
|
||||
#ifndef SELFTEST_KVM_SPARSEBIT_H
|
||||
#define SELFTEST_KVM_SPARSEBIT_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
@@ -72,4 +72,4 @@ void sparsebit_validate_internal(struct sparsebit *sbit);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _TEST_SPARSEBIT_H_ */
|
||||
#endif /* SELFTEST_KVM_SPARSEBIT_H */
|
||||
|
Reference in New Issue
Block a user