8 lines
132 B
C
8 lines
132 B
C
|
|
#ifndef _HOMLET_H__
|
|
#define _HOMLET_H__
|
|
|
|
void init_homlet_service();
|
|
void homlet_dataspace_change_callback(int dataspace);
|
|
|
|
#endif
|