/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Copyright(c) 2021 Intel Corporation * * Authors: Cezary Rojewski <[email protected]> * Amadeusz Slawinski <[email protected]> */ #ifndef __UAPI_SOUND_INTEL_AVS_TOKENS_H #define __UAPI_SOUND_INTEL_AVS_TOKENS_H enum avs_tplg_token { … }; #endif