From 44fc71687377bfcdfffa448bb41d228ef3caf46c Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 17 May 2023 17:48:34 -0700 Subject: util: Introduce host-specific cpuinfo.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The entire contents of the header is host-specific, but the existence of such a header is not, which could prevent some host specific ifdefs at the top of the file for the include. Add host/include/{arch,generic} to the project arguments. Reviewed-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Juan Quintela Signed-off-by: Richard Henderson --- host/include/generic/host/cpuinfo.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 host/include/generic/host/cpuinfo.h (limited to 'host/include/generic') diff --git a/host/include/generic/host/cpuinfo.h b/host/include/generic/host/cpuinfo.h new file mode 100644 index 0000000000..eca672064a --- /dev/null +++ b/host/include/generic/host/cpuinfo.h @@ -0,0 +1,4 @@ +/* + * No host specific cpu indentification. + * SPDX-License-Identifier: GPL-2.0-or-later + */ -- cgit v1.2.3