cistpl.h (55fa518867978e1f5fd8353098f80d125ac734d7) | cistpl.h (ac8b422838046ffc26be4874a3cbae0d313f4209) |
---|---|
1/* 2 * cistpl.h 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as 6 * published by the Free Software Foundation. 7 * 8 * The initial developer of the original code is David A. Hinds 9 * <dahinds@users.sourceforge.net>. Portions created by David A. Hinds 10 * are Copyright (C) 1999 David A. Hinds. All Rights Reserved. 11 * 12 * (C) 1999 David A. Hinds 13 */ 14 15#ifndef _LINUX_CISTPL_H 16#define _LINUX_CISTPL_H 17 | 1/* 2 * cistpl.h 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as 6 * published by the Free Software Foundation. 7 * 8 * The initial developer of the original code is David A. Hinds 9 * <dahinds@users.sourceforge.net>. Portions created by David A. Hinds 10 * are Copyright (C) 1999 David A. Hinds. All Rights Reserved. 11 * 12 * (C) 1999 David A. Hinds 13 */ 14 15#ifndef _LINUX_CISTPL_H 16#define _LINUX_CISTPL_H 17 |
18typedef unsigned char cisdata_t; 19 |
|
18#define CISTPL_NULL 0x00 19#define CISTPL_DEVICE 0x01 20#define CISTPL_LONGLINK_CB 0x02 21#define CISTPL_INDIRECT 0x03 22#define CISTPL_CONFIG_CB 0x04 23#define CISTPL_CFTABLE_ENTRY_CB 0x05 24#define CISTPL_LONGLINK_MFC 0x06 25#define CISTPL_BAR 0x07 --- 553 unchanged lines hidden --- | 20#define CISTPL_NULL 0x00 21#define CISTPL_DEVICE 0x01 22#define CISTPL_LONGLINK_CB 0x02 23#define CISTPL_INDIRECT 0x03 24#define CISTPL_CONFIG_CB 0x04 25#define CISTPL_CFTABLE_ENTRY_CB 0x05 26#define CISTPL_LONGLINK_MFC 0x06 27#define CISTPL_BAR 0x07 --- 553 unchanged lines hidden --- |