fs/sysv/inode.c: use ktime_get_real_seconds() for superblock stamp
[linux/fpc-iii.git] / net / ncsi / ncsi-netlink.h
blob91a5c256f8c4fe1279bf449a5d1c83570fbd7ebb
1 /*
2 * Copyright Samuel Mendoza-Jonas, IBM Corporation 2018.
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 */
10 #ifndef __NCSI_NETLINK_H__
11 #define __NCSI_NETLINK_H__
13 #include <linux/netdevice.h>
15 #include "internal.h"
17 int ncsi_init_netlink(struct net_device *dev);
18 int ncsi_unregister_netlink(struct net_device *dev);
20 #endif /* __NCSI_NETLINK_H__ */