hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
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