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:
Demon000
2020-08-15 01:23:59 +03:00
parent 8068c2a96f
commit 3b12ba11d0
4 changed files with 99 additions and 57 deletions

View File

@ -0,0 +1,6 @@
#ifndef __INIT_COMMON__H__
#define __INIT_COMMON__H__
void load_common_properties();
#endif