summaryrefslogtreecommitdiff
path: root/stacks/max25-bcpr/include/bcpr/bcpr.h
blob: 6223796c16836333e82f859551af473963d54857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef BCPR_H
#define BCPR_H

#include <stdint.h>
#include <stddef.h>

#define BCPR_MAX_DEVICES 2
#define BCPR_SER12_EXTENT 8
#define BCPR_HDLC_BUF 32
#define BCPR_MAXFLEN 400
#define BCPR_MAGIC 0x42525052u /* 'BCPR' */

typedef struct bcpr_device bcpr_device_t;
typedef struct bcpr_engine bcpr_engine_t;

#endif
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com