aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbgw_ranap.h
blob: 85a2f983af7aeff4d18f30407985047602389ac4 (plain)
1
2
3
4
5
6
#pragma once

#include "hnbgw.h"

int hnbgw_ranap_rx(struct msgb *msg, uint8_t *data, size_t len);
int hnbgw_ranap_init(void);