// SPDX-License-Identifier: GPL-2.0 /* * Chipidea Device Mode Trace Support * * Copyright (C) 2020 NXP * * Author: Peter Chen <[email protected]> */ #define CREATE_TRACE_POINTS #include "trace.h" void ci_log(struct ci_hdrc *ci, const char *fmt, ...) { … }