/*
 * portgw.h
 *
 *  Created on: 19.09.2017
 *      Author: pavel
 */

#ifndef PORTGW_H_
#define PORTGW_H_

#ifdef PORTGW_ENABLE

void portgw_init(void);

#endif

#endif /* PORTGW_H_ */