portgw.h 187 B

1234567891011121314151617
  1. /*
  2. * portgw.h
  3. *
  4. * Created on: 19.09.2017
  5. * Author: pavel
  6. */
  7. #ifndef PORTGW_H_
  8. #define PORTGW_H_
  9. #ifdef PORTGW_ENABLE
  10. void portgw_init(void);
  11. #endif
  12. #endif /* PORTGW_H_ */