xref: /openbmc/linux/drivers/isdn/mISDN/layer1.h (revision 1b2b03f8)
11b2b03f8SKarsten Keil /*
21b2b03f8SKarsten Keil  *
31b2b03f8SKarsten Keil  * Layer 1 defines
41b2b03f8SKarsten Keil  *
51b2b03f8SKarsten Keil  * Copyright 2008  by Karsten Keil <kkeil@novell.com>
61b2b03f8SKarsten Keil  *
71b2b03f8SKarsten Keil  * This program is free software; you can redistribute it and/or modify
81b2b03f8SKarsten Keil  * it under the terms of the GNU General Public License version 2 as
91b2b03f8SKarsten Keil  * published by the Free Software Foundation.
101b2b03f8SKarsten Keil  *
111b2b03f8SKarsten Keil  * This program is distributed in the hope that it will be useful,
121b2b03f8SKarsten Keil  * but WITHOUT ANY WARRANTY; without even the implied warranty of
131b2b03f8SKarsten Keil  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
141b2b03f8SKarsten Keil  * GNU General Public License for more details.
151b2b03f8SKarsten Keil  *
161b2b03f8SKarsten Keil  */
171b2b03f8SKarsten Keil 
181b2b03f8SKarsten Keil #define FLG_L1_ACTIVATING	1
191b2b03f8SKarsten Keil #define FLG_L1_ACTIVATED	2
201b2b03f8SKarsten Keil #define FLG_L1_DEACTTIMER	3
211b2b03f8SKarsten Keil #define FLG_L1_ACTTIMER		4
221b2b03f8SKarsten Keil #define FLG_L1_T3RUN		5
231b2b03f8SKarsten Keil #define FLG_L1_PULL_REQ		6
241b2b03f8SKarsten Keil #define FLG_L1_UINT		7
251b2b03f8SKarsten Keil #define FLG_L1_DBLOCKED		8
261b2b03f8SKarsten Keil 
27