summaryrefslogtreecommitdiffstats
path: root/include/paths.h
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2013-09-17 11:48:47 +0000
committersbruno <sbruno@FreeBSD.org>2013-09-17 11:48:47 +0000
commit1c5decc9ed968de7a8be874423cc23647c997e83 (patch)
treebefc5b6ebabea0ecde94a11b2cdcbf1102c639ab /include/paths.h
parentebe265b408d7b30f95ca40e8a60a7c15cf20afc1 (diff)
downloadFreeBSD-src-1c5decc9ed968de7a8be874423cc23647c997e83.zip
FreeBSD-src-1c5decc9ed968de7a8be874423cc23647c997e83.tar.gz
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
Diffstat (limited to 'include/paths.h')
-rw-r--r--include/paths.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/paths.h b/include/paths.h
index c0a99a5..89c9fc9 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"
OpenPOWER on IntegriCloud