aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2013-09-17 11:48:47 +0000
committerSean Bruno <sbruno@FreeBSD.org>2013-09-17 11:48:47 +0000
commit22e3858c246fd280db467292d0828875f0068e4c (patch)
treebefc5b6ebabea0ecde94a11b2cdcbf1102c639ab /include
parent66c2c71f1693dee64facd1ecdd3b5d616a17b145 (diff)
downloadsrc-22e3858c246fd280db467292d0828875f0068e4c.tar.gz
src-22e3858c246fd280db467292d0828875f0068e4c.zip
Assume that the -f argument is /dev/gpioc0 if it is not passed.
hrs@ provided this verison of the patch and showed me where all the needed changes were to be made outside of gpioctl.c Approved by: re (hrs) MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=255629
Diffstat (limited to 'include')
-rw-r--r--include/paths.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/paths.h b/include/paths.h
index c0a99a50e5f1..89c9fc9cf04c 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -50,6 +50,7 @@
#define _PATH_CSHELL "/bin/csh"
#define _PATH_CSMAPPER "/usr/share/i18n/csmapper"
#define _PATH_DEFTAPE "/dev/sa0"
+#define _PATH_DEVGPIOC "/dev/gpioc"
#define _PATH_DEVNULL "/dev/null"
#define _PATH_DEVZERO "/dev/zero"
#define _PATH_DRUM "/dev/drum"