blob: 69b2382270f997085641c896352f5f78f9568918 [file] [log] [blame]
Harald Welte318e4d52015-09-10 18:47:08 +02001#pragma once
2
3#include "hnbgw.h"
4
5int hnbgw_rua_rx(struct hnb_context *hnb, struct msgb *msg);
6int hnbgw_rua_init(void);
Harald Weltee2e5d4d2015-09-10 23:49:45 +02007
8int rua_tx_udt(struct msgb *inmsg);