22 lines
282 B
C
22 lines
282 B
C
/*
|
|
* Copyright (C) 2023 The LineageOS Project
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
void set_ssc_sensor_list() {
|
|
return;
|
|
}
|
|
|
|
void ssccalapi_set_debug() {
|
|
return;
|
|
}
|
|
|
|
void transfer_parse_rgb_oem_msg() {
|
|
return;
|
|
}
|
|
|
|
void transfer_ssc_oem_test_msg() {
|
|
return;
|
|
}
|