/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __GSENSOR_H #define __GSENSOR_H /* Function prototypes */ int gsensor_init_main(void); void gsensor_exit_main(void); #endif /* __GSENSOR_H */