mirror of
https://github.com/brmlab/osmo-tetra.git
synced 2025-08-03 05:13:48 +02:00
8 lines
149 B
C
8 lines
149 B
C
#ifndef TETRA_UPPER_MAC_H
|
|
#define TETRA_UPPER_MAC_H
|
|
|
|
#include "tetra_prim.h"
|
|
|
|
int upper_mac_prim_recv(struct osmo_prim_hdr *op, void *priv);
|
|
|
|
#endif
|