usbtree.h (usbview-2.0) | : | usbtree.h (usbview-2.1) | ||
---|---|---|---|---|
/************************************************************************* | // SPDX-License-Identifier: GPL-2.0-only | |||
** usbtree.h for USBView - a USB device viewer | /* | |||
** Copyright (c) 1999, 2000 by Greg Kroah-Hartman, greg@kroah.com | * usbtree.h for USBView - a USB device viewer | |||
** | * Copyright (c) 1999, 2000 by Greg Kroah-Hartman, greg@kroah.com | |||
** This program is free software; you can redistribute it and/or modify | */ | |||
** it under the terms of the GNU General Public License as published by | ||||
** the Free Software Foundation; version 2 of the License. | ||||
** | ||||
** This program is distributed in the hope that it will be useful, | ||||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||||
** GNU General Public License for more details. | ||||
** | ||||
** (See the included file COPYING) | ||||
*************************************************************************/ | ||||
#ifndef __USB_TREE_H | #ifndef __USB_TREE_H | |||
#define __USB_TREE_H | #define __USB_TREE_H | |||
enum { | enum { | |||
NAME_COLUMN, | NAME_COLUMN, | |||
DEVICE_ADDR_COLUMN, | DEVICE_ADDR_COLUMN, | |||
COLOR_COLUMN, | COLOR_COLUMN, | |||
N_COLUMNS | N_COLUMNS | |||
}; | }; | |||
End of changes. 1 change blocks. | ||||
16 lines changed or deleted | 5 lines changed or added |