mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-05-02 03:57:16 +09:00
7 lines
94 B
C
7 lines
94 B
C
#ifndef __INIT_COMMON__H__
|
|
#define __INIT_COMMON__H__
|
|
|
|
void load_common_properties();
|
|
|
|
#endif
|