forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/infiniband/hw/hfi1/affinity.h
....@@ -1,5 +1,5 @@
11 /*
2
- * Copyright(c) 2015 - 2018 Intel Corporation.
2
+ * Copyright(c) 2015 - 2020 Intel Corporation.
33 *
44 * This file is provided under a dual BSD/GPLv2 license. When using or
55 * redistributing this file, you may do so under either license.
....@@ -52,6 +52,7 @@
5252 enum irq_type {
5353 IRQ_SDMA,
5454 IRQ_RCVCTXT,
55
+ IRQ_NETDEVCTXT,
5556 IRQ_GENERAL,
5657 IRQ_OTHER
5758 };