diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2023-05-17 17:48:34 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2023-05-23 13:49:52 -0700 |
commit | 44fc71687377bfcdfffa448bb41d228ef3caf46c (patch) | |
tree | 3d5340a74bfe13e131c3a30296d3c854e569ffe4 /host/include/generic | |
parent | aa33508196f4e2da04625bee36e1f7be5b9267e7 (diff) |
util: Introduce host-specific cpuinfo.h
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 <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'host/include/generic')
-rw-r--r-- | host/include/generic/host/cpuinfo.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 + */ |