2019-09-29 10:38:03 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2019 Intel Corporation
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
2022-05-06 17:11:04 +08:00
|
|
|
#include <zephyr/kernel.h>
|
2019-09-29 10:38:03 +08:00
|
|
|
|
2020-05-28 00:26:57 +08:00
|
|
|
uint8_t x86_cpu_loapics[] = { 0x00, 0x02, 0x04, 0x06 };
|