OpenCores
URL https://opencores.org/ocsvn/hf-risc/hf-risc/trunk

Subversion Repositories hf-risc

[/] [hf-risc/] [trunk/] [tools/] [riscv-gnu-toolchain-master/] [linux-headers/] [include/] [linux/] [wanrouter.h] - Blame information for rev 13

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 serginhofr
/*
2
 * wanrouter.h  Legacy declarations kept around until X25 is removed
3
 */
4
 
5
#ifndef _ROUTER_H
6
#define _ROUTER_H
7
 
8
/* 'state' defines */
9
enum wan_states
10
{
11
        WAN_UNCONFIGURED,       /* link/channel is not configured */
12
        WAN_DISCONNECTED,       /* link/channel is disconnected */
13
        WAN_CONNECTING,         /* connection is in progress */
14
        WAN_CONNECTED           /* link/channel is operational */
15
};
16
 
17
#endif /* _ROUTER_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.