1 /* 2 * Copyright (c) 2020 Intel Corporation 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 6 #include <zephyr/kernel.h> 7 8 uint8_t x86_cpu_loapics[] = { 0x00, 0x02, 0x04, 0x06 }; 9