switches.h 111 B

1234567
  1. #ifndef __SWITCHES_H__
  2. #define __SWITCHES_H__
  3. int switches_init(void);
  4. void switches_exit(void);
  5. #endif