/* * Copyright (C) 2019 Intel Corporation. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef MISC_CFG_H #define MISC_CFG_H #define MAX_PCPU_NUM 4U #define MAX_PLATFORM_CLOS_NUM 0U #define ROOTFS_0 "root=/dev/nvme0n1p3 " #define ROOTFS_1 "root=/dev/sda3 " #define MAX_HIDDEN_PDEVS_NUM 0U #endif /* MISC_CFG_H */