mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-07-01 16:29:59 +09:00
sm6250-common: init: split up functionality into separate static library
So we can include it again in device-specific tree.
This commit is contained in:
6
init/include/init_common.h
Normal file
6
init/include/init_common.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef __INIT_COMMON__H__
|
||||
#define __INIT_COMMON__H__
|
||||
|
||||
void load_common_properties();
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user