Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
awilliam
GitHub Repository: awilliam/linux-vfio
Path: blob/master/drivers/isdn/mISDN/layer1.h
15111 views
1
/*
2
*
3
* Layer 1 defines
4
*
5
* Copyright 2008 by Karsten Keil <[email protected]>
6
*
7
* This program is free software; you can redistribute it and/or modify
8
* it under the terms of the GNU General Public License version 2 as
9
* published by the Free Software Foundation.
10
*
11
* This program is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
*/
17
18
#define FLG_L1_ACTIVATING 1
19
#define FLG_L1_ACTIVATED 2
20
#define FLG_L1_DEACTTIMER 3
21
#define FLG_L1_ACTTIMER 4
22
#define FLG_L1_T3RUN 5
23
#define FLG_L1_PULL_REQ 6
24
#define FLG_L1_UINT 7
25
#define FLG_L1_DBLOCKED 8
26
27
28