summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-09-20 08:37:54 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-09-23 10:55:50 +0200
commitf44c30fb3a35b96d5a0d7d10469d7a129efd414b (patch)
tree7fcff7f42ad6d915a9d338eb1b7dd339e2094b99 /libbsd.py
parentCONFIG_INTRHOOK(9): Call handlers after boot (diff)
downloadrtems-libbsd-f44c30fb3a35b96d5a0d7d10469d7a129efd414b.tar.bz2
Add <sys/disk.h> to build module
Diffstat (limited to 'libbsd.py')
-rw-r--r--libbsd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbsd.py b/libbsd.py
index bd8963ef..1c6ba50d 100644
--- a/libbsd.py
+++ b/libbsd.py
@@ -358,6 +358,7 @@ class base(builder.Module):
'sys/sys/counter.h',
'sys/sys/cpu.h',
'sys/sys/ctype.h',
+ 'sys/sys/disk.h',
'sys/sys/domain.h',
'sys/sys/_domainset.h',
'sys/sys/domainset.h',