1 /* SPDX-License-Identifier: BSD-3-Clause */ 2 /* Copyright (c) Amazon.com, Inc. or its affiliates. 3 * All rights reserved. 4 */ 5 6 #ifndef ENA_PLAT_H_ 7 #define ENA_PLAT_H_ 8 9 #include <ena_plat_dpdk.h> 10 11 #endif /* ENA_PLAT_H_ */ 12