Sync type of linkspeed with firewire.c.

This commit is contained in:
simokawa 2004-01-11 15:40:42 +00:00
parent 354564e949
commit 4804085c6b

View File

@ -84,7 +84,7 @@ char fwohcicode[32][0x20]={
"Undef","ack data_err","ack type_err",""};
#define MAX_SPEED 3
extern char linkspeed[][0x10];
extern char *linkspeed[];
u_int32_t tagbit[4] = { 1 << 28, 1 << 29, 1 << 30, 1 << 31};
static struct tcode_info tinfo[] = {