aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2016-03-23 04:18:57 +0000
committerWarner Losh <imp@FreeBSD.org>2016-03-23 04:18:57 +0000
commit1ed9c427e51a01603bc03fb54761ae6993e55672 (patch)
tree0f28d0ba9bb681ee39a919b529e285972d2aae46 /include
parent9b511ce96b00970a94a3476e0451e1260fbd5396 (diff)
downloadsrc-1ed9c427e51a01603bc03fb54761ae6993e55672.tar.gz
src-1ed9c427e51a01603bc03fb54761ae6993e55672.zip
Implement suggestion by jhb@ to have _PATH_FIRMWARE instead of hard
coding it to be "/usr/share/firmware".
Notes
Notes: svn path=/head/; revision=297205
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 af18c26e2b2c..3fa54dc10814 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -56,6 +56,7 @@
#define _PATH_DRUM "/dev/drum"
#define _PATH_ESDB "/usr/share/i18n/esdb"
#define _PATH_ETC "/etc"
+#define _PATH_FIRMWARE "/usr/share/firmware"
#define _PATH_FTPUSERS "/etc/ftpusers"
#define _PATH_FWMEM "/dev/fwmem"
#define _PATH_GBDE "/sbin/gbde"