mirror of https://github.com/thesofproject/sof.git
12 lines
196 B
C
12 lines
196 B
C
|
/* SPDX-License-Identifier: BSD-3-Clause
|
||
|
*
|
||
|
* Copyright(c) 2023 Intel Corporation. All rights reserved.
|
||
|
*/
|
||
|
|
||
|
#ifndef __RTOS_SYMBOL_H__
|
||
|
#define __RTOS_SYMBOL_H__
|
||
|
|
||
|
#define EXPORT_SYMBOL(x)
|
||
|
|
||
|
#endif
|