android_device_xiaomi_sm835.../init/include/init_common.h
Demon000 3b12ba11d0 sm6250-common: init: split up functionality into separate static library
So we can include it again in device-specific tree.
2020-08-15 04:27:26 +03:00

7 lines
94 B
C

#ifndef __INIT_COMMON__H__
#define __INIT_COMMON__H__
void load_common_properties();
#endif