1e3cf00d0SUpinder Malhi /*
2e3cf00d0SUpinder Malhi  * Copyright (c) 2013, Cisco Systems, Inc. All rights reserved.
3e3cf00d0SUpinder Malhi  *
4e3cf00d0SUpinder Malhi  * This program is free software; you may redistribute it and/or modify
5e3cf00d0SUpinder Malhi  * it under the terms of the GNU General Public License as published by
6e3cf00d0SUpinder Malhi  * the Free Software Foundation; version 2 of the License.
7e3cf00d0SUpinder Malhi  *
8e3cf00d0SUpinder Malhi  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
9e3cf00d0SUpinder Malhi  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
10e3cf00d0SUpinder Malhi  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
11e3cf00d0SUpinder Malhi  * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
12e3cf00d0SUpinder Malhi  * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
13e3cf00d0SUpinder Malhi  * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
14e3cf00d0SUpinder Malhi  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
15e3cf00d0SUpinder Malhi  * SOFTWARE.
16e3cf00d0SUpinder Malhi  *
17e3cf00d0SUpinder Malhi  */
18e3cf00d0SUpinder Malhi 
19e3cf00d0SUpinder Malhi #ifndef USNIC_IB_SYSFS_H_
20e3cf00d0SUpinder Malhi #define USNIC_IB_SYSFS_H_
21e3cf00d0SUpinder Malhi 
22e3cf00d0SUpinder Malhi #include "usnic_ib.h"
23e3cf00d0SUpinder Malhi 
24e3cf00d0SUpinder Malhi int usnic_ib_sysfs_register_usdev(struct usnic_ib_dev *us_ibdev);
25e3cf00d0SUpinder Malhi void usnic_ib_sysfs_unregister_usdev(struct usnic_ib_dev *us_ibdev);
26e3cf00d0SUpinder Malhi void usnic_ib_sysfs_qpn_add(struct usnic_ib_qp_grp *qp_grp);
27e3cf00d0SUpinder Malhi void usnic_ib_sysfs_qpn_remove(struct usnic_ib_qp_grp *qp_grp);
28e3cf00d0SUpinder Malhi 
29e3cf00d0SUpinder Malhi #endif /* !USNIC_IB_SYSFS_H_ */
30