Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[linux-2.6-block.git] / net / ncsi / ncsi-netlink.h
CommitLineData
955dc68c
SMJ
1/*
2 * Copyright Samuel Mendoza-Jonas, IBM Corporation 2018.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 */
9
10#ifndef __NCSI_NETLINK_H__
11#define __NCSI_NETLINK_H__
12
13#include <linux/netdevice.h>
14
15#include "internal.h"
16
17int ncsi_init_netlink(struct net_device *dev);
18int ncsi_unregister_netlink(struct net_device *dev);
19
20#endif /* __NCSI_NETLINK_H__ */