]> git.baikalelectronics.ru Git - kernel.git/commit
debugfs: Add debugfs_create_ulong()
authorViresh Kumar <viresh.kumar@linaro.org>
Sun, 18 Oct 2015 17:13:19 +0000 (22:43 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 Oct 2015 17:14:39 +0000 (10:14 -0700)
commit3f831f5db13522821946e42cb25476524e56849e
tree488ddc0d4d00091a2565cdaea70b17bd1611180b
parent822f18ef982d3b7fdeb9e2ee127869979f4037c0
debugfs: Add debugfs_create_ulong()

Add debugfs_create_ulong() for the users of type 'unsigned long'. These
will be 32 bits long on a 32 bit machine and 64 bits long on a 64 bit
machine.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/debugfs/file.c
include/linux/debugfs.h