diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ntb.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/ntb.h b/include/linux/ntb.h index f6a15205853b..cbc792cd745e 100644 --- a/include/linux/ntb.h +++ b/include/linux/ntb.h | |||
| @@ -54,6 +54,11 @@ struct ntb_client { | |||
| 54 | void (*remove) (struct pci_dev *pdev); | 54 | void (*remove) (struct pci_dev *pdev); |
| 55 | }; | 55 | }; |
| 56 | 56 | ||
| 57 | enum { | ||
| 58 | NTB_LINK_DOWN = 0, | ||
| 59 | NTB_LINK_UP, | ||
| 60 | }; | ||
| 61 | |||
| 57 | int ntb_register_client(struct ntb_client *drvr); | 62 | int ntb_register_client(struct ntb_client *drvr); |
| 58 | void ntb_unregister_client(struct ntb_client *drvr); | 63 | void ntb_unregister_client(struct ntb_client *drvr); |
| 59 | int ntb_register_client_dev(char *device_name); | 64 | int ntb_register_client_dev(char *device_name); |
