dtl1_cs.c (d8a382d2662822248a97ce9d670b90e68aefbd3a) dtl1_cs.c (81ca405aee7e4a1a432c3887bc83ae798fd2cccd)
1/*
2 *
3 * A driver for Nokia Connectivity Card DTL-1 devices
4 *
5 * Copyright (C) 2001-2002 Marcel Holtmann <marcel@holtmann.org>
6 *
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 90 unchanged lines hidden (view full) ---

99#define RECV_WAIT_NSH 0
100#define RECV_WAIT_DATA 1
101
102
103typedef struct {
104 u8 type;
105 u8 zero;
106 u16 len;
1/*
2 *
3 * A driver for Nokia Connectivity Card DTL-1 devices
4 *
5 * Copyright (C) 2001-2002 Marcel Holtmann <marcel@holtmann.org>
6 *
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 90 unchanged lines hidden (view full) ---

99#define RECV_WAIT_NSH 0
100#define RECV_WAIT_DATA 1
101
102
103typedef struct {
104 u8 type;
105 u8 zero;
106 u16 len;
107} __attribute__ ((packed)) nsh_t; /* Nokia Specific Header */
107} __packed nsh_t; /* Nokia Specific Header */
108
109#define NSHL 4 /* Nokia Specific Header Length */
110
111
112
113/* ======================== Interrupt handling ======================== */
114
115

--- 565 unchanged lines hidden ---
108
109#define NSHL 4 /* Nokia Specific Header Length */
110
111
112
113/* ======================== Interrupt handling ======================== */
114
115

--- 565 unchanged lines hidden ---