[dahdi] support multiple-include of lapd.h

This commit is contained in:
Harald Welte 2011-02-04 20:38:22 +01:00
parent 7e859bc17c
commit e1de69af7e
1 changed files with 3 additions and 0 deletions

View File

@ -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 */