diff options
Diffstat (limited to 'sys/dev/cxgb/t3cdev.h')
-rw-r--r-- | sys/dev/cxgb/t3cdev.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/cxgb/t3cdev.h b/sys/dev/cxgb/t3cdev.h index 67db5523fd784..714557ba11c17 100644 --- a/sys/dev/cxgb/t3cdev.h +++ b/sys/dev/cxgb/t3cdev.h @@ -38,7 +38,8 @@ struct cxgb3_client; enum t3ctype { T3A = 0, - T3B + T3B, + T3C }; struct t3cdev { |