Welcome to mirror list, hosted at ThFree Co, Russian Federation.

layer1.h « mISDN « isdn « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f03e86450daf74d0e9b0f0d21cdd65307fc4cadc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 *
 * Layer 1 defines
 *
 * Copyright 2008  by Karsten Keil <kkeil@novell.com>
 */

#define FLG_L1_ACTIVATING	1
#define FLG_L1_ACTIVATED	2
#define FLG_L1_DEACTTIMER	3
#define FLG_L1_ACTTIMER		4
#define FLG_L1_T3RUN		5
#define FLG_L1_PULL_REQ		6
#define FLG_L1_UINT		7
#define FLG_L1_DBLOCKED		8