blob: c375b75cf4f4d3e16e1737d8b9c332d8023854f1 [file] [log] [blame]
/*
* Copyright (c) 2016 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __TEST_CUSTOMDATA_H__
#define __TEST_CUSTOMDATA_H__
void test_customdata_get_set_coop(void);
void test_customdata_get_set_preempt(void);
#endif /* __TEST_CUSTOMDATA_H__ */