gsensor.h 197 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. #ifndef __GSENSOR_H
  3. #define __GSENSOR_H
  4. /* Function prototypes */
  5. int gsensor_init_main(void);
  6. void gsensor_exit_main(void);
  7. #endif /* __GSENSOR_H */