diff options
author | David S. Miller <davem@davemloft.net> | 2012-06-22 00:34:09 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-06-22 00:34:09 +0400 |
commit | 3e428fe0382fca48795b5cf9d4f03a89cda5d84d (patch) | |
tree | 1ac10a34f71c3141c767a1bba56646c54fb78739 /net/batman-adv/bat_debugfs.h | |
parent | 1c11a0a100377159b53e08e2644185a51da2a47e (diff) | |
parent | 9cfc7bd608b97463993b4f3e4775d99022253f8d (diff) | |
download | linux-3e428fe0382fca48795b5cf9d4f03a89cda5d84d.tar.xz |
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
Included changes:
- first set of patches that add the batadv_ prefix to all the exported symbols
- restyling of comments
Diffstat (limited to 'net/batman-adv/bat_debugfs.h')
-rw-r--r-- | net/batman-adv/bat_debugfs.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/net/batman-adv/bat_debugfs.h b/net/batman-adv/bat_debugfs.h index d605c6746428..eb0d576b4f9d 100644 --- a/net/batman-adv/bat_debugfs.h +++ b/net/batman-adv/bat_debugfs.h @@ -1,5 +1,4 @@ -/* - * Copyright (C) 2010-2012 B.A.T.M.A.N. contributors: +/* Copyright (C) 2010-2012 B.A.T.M.A.N. contributors: * * Marek Lindner * @@ -16,18 +15,16 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA - * */ - #ifndef _NET_BATMAN_ADV_DEBUGFS_H_ #define _NET_BATMAN_ADV_DEBUGFS_H_ #define DEBUGFS_BAT_SUBDIR "batman_adv" -void debugfs_init(void); -void debugfs_destroy(void); -int debugfs_add_meshif(struct net_device *dev); -void debugfs_del_meshif(struct net_device *dev); +void batadv_debugfs_init(void); +void batadv_debugfs_destroy(void); +int batadv_debugfs_add_meshif(struct net_device *dev); +void batadv_debugfs_del_meshif(struct net_device *dev); #endif /* _NET_BATMAN_ADV_DEBUGFS_H_ */ |