mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
[dahdi] support multiple-include of lapd.h
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#ifndef OPENBSC_LAPD_H
|
||||
#define OPENBSC_LAPD_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@@ -18,3 +20,4 @@ extern void (*lapd_transmit_cb)(uint8_t *data, int len, void *cbdata);
|
||||
|
||||
extern void lapd_transmit(int tei, uint8_t *data, int len, void *cbdata);
|
||||
|
||||
#endif /* OPENBSC_LAPD_H */
|
||||
|
Reference in New Issue
Block a user