mirror of https://github.com/F-Stack/f-stack.git
8 lines
163 B
C
8 lines
163 B
C
|
/* SPDX-License-Identifier: BSD-3-Clause
|
||
|
* Copyright (c) 2023 Red Hat, Inc.
|
||
|
*/
|
||
|
|
||
|
#include <rte_log.h>
|
||
|
|
||
|
RTE_LOG_REGISTER_SUFFIX(acc_common_logtype, common, INFO);
|