summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/layer1/l23_api.h
blob: a03c59c874acf1ae0c888a648285e419b9d7506d (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _L1_L23_API_H
#define _L1_L23_API_H

#include <stdint.h>
#include <comm/msgb.h>
#include <l1a_l23_interface.h>

void l1_queue_for_l2(struct msgb *msg);
struct msgb *l1_create_l2_msg(int msg_type, uint32_t fn, uint16_t snr);

#endif /* _L1_L23_API_H */