OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [before_ORP/] [uclinux/] [uClinux-2.0.x/] [drivers/] [isdn/] [hisax/] [isdnl1.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
/* $Id: isdnl1.h,v 1.1.1.1 2001-09-10 07:44:18 simons Exp $
2
 
3
 * $Log: not supported by cvs2svn $
4
 * Revision 1.1.1.1  2001/07/02 17:58:32  simons
5
 * Initial revision
6
 *
7
 * Revision 1.4.2.7  1998/11/03 00:06:55  keil
8
 * certification related changes
9
 * fixed logging for smaller stack use
10
 *
11
 * Revision 1.4.2.6  1998/09/30 22:20:04  keil
12
 * Cosmetics
13
 *
14
 * Revision 1.4.2.5  1998/09/27 13:06:28  keil
15
 * Apply most changes from 2.1.X (HiSax 3.1)
16
 *
17
 * Revision 1.4.2.4  1998/05/27 18:05:49  keil
18
 * HiSax 3.0
19
 *
20
 * Revision 1.4.2.3  1997/12/01 09:09:08  keil
21
 * more l1 debug
22
 *
23
 * Revision 1.4.2.2  1997/11/15 18:50:40  keil
24
 * new common init function
25
 *
26
 * Revision 1.4.2.1  1997/10/17 22:13:58  keil
27
 * update to last hisax version
28
 *
29
 * Revision 2.2  1997/07/30 17:11:09  keil
30
 * L1deactivated exported
31
 *
32
 * Revision 2.1  1997/07/27 21:43:58  keil
33
 * new l1 interface
34
 *
35
 * Revision 2.0  1997/06/26 11:02:55  keil
36
 * New Layer and card interface
37
 *
38
 *
39
 */
40
 
41
#define D_RCVBUFREADY   0
42
#define D_XMTBUFREADY   1
43
#define D_L1STATECHANGE 2
44
#define D_CLEARBUSY     3
45
#define D_RX_MON0       4
46
#define D_RX_MON1       5
47
#define D_TX_MON0       6
48
#define D_TX_MON1       7
49
 
50
#define B_RCVBUFREADY 0
51
#define B_XMTBUFREADY 1
52
 
53
extern void debugl1(struct IsdnCardState *cs, char *fmt, ...);
54
extern void DChannel_proc_xmt(struct IsdnCardState *cs);
55
extern void DChannel_proc_rcv(struct IsdnCardState *cs);
56
extern void l1_msg(struct IsdnCardState *cs, int pr, void *arg);
57
extern void l1_msg_b(struct PStack *st, int pr, void *arg);
58
 
59
#ifdef L2FRAME_DEBUG
60
extern void Logl2Frame(struct IsdnCardState *cs, struct sk_buff *skb, char *buf, int dir);
61
#endif

powered by: WebSVN 2.1.0

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