Signed-off-by: Andrea Bastoni <[email protected]> --- hypervisor/include/jailhouse/processor.h | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/hypervisor/include/jailhouse/processor.h b/hypervisor/include/jailhouse/processor.h index 4b0d64c0..639b2e5e 100644 --- a/hypervisor/include/jailhouse/processor.h +++ b/hypervisor/include/jailhouse/processor.h @@ -9,7 +9,11 @@ * This work is licensed under the terms of the GNU GPL, version 2. See * the COPYING file in the top-level directory. */ +#ifndef _JAILHOUSE_PROCESSOR_H +#define _JAILHOUSE_PROCESSOR_H #include <asm/processor.h> unsigned long phys_processor_id(void); + +#endif -- 2.28.0 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/20201021145404.100463-4-andrea.bastoni%40tum.de.
