1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright (C) 2022 Intel Corporation. 3 * All rights reserved. 4 */ 5 6 #ifndef __TRACE_INTERNAL_H__ 7 #define __TRACE_INTERNAL_H__ 8 9 #include "spdk/trace.h" 10 11 /* Get shared memory file name. */ 12 const char *trace_get_shm_name(void); 13 14 #endif 15