summaryrefslogtreecommitdiffstats
path: root/freebsd/machine/pcb.h
diff options
context:
space:
mode:
authorJulien Delange <julien.delange@gmail.com>2012-03-26 09:51:49 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-26 09:51:49 -0500
commita52104cf463a461f6fcccd2cc6b11bd6691908c8 (patch)
tree31a617ce2a74d3e799bd95fd634332f20347583f /freebsd/machine/pcb.h
parentUse new block device API (diff)
downloadrtems-libbsd-a52104cf463a461f6fcccd2cc6b11bd6691908c8.tar.bz2
e1000 driver now compiles with fewer modifications
- Change some include path in the e1000 drivers - Add some files from the FreeBSD source tree (modification in freebsd-to-rtems.py) - Avoid inconsistent functions declarations: the bool_t and/or boolean_t are not the same between rtems and freebsd so that a function with the prototype bool_t foobar() and another boolean_t foobar() does not compile on rtems. (see if_igb.c for example) Joel Note: These are still inconsistent on the FreeBSD side and need to be addressed by them. We will just make the prototype match the body until they give us a solution.
Diffstat (limited to 'freebsd/machine/pcb.h')
-rw-r--r--freebsd/machine/pcb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/freebsd/machine/pcb.h b/freebsd/machine/pcb.h
new file mode 100644
index 00000000..936ffd88
--- /dev/null
+++ b/freebsd/machine/pcb.h
@@ -0,0 +1 @@
+/* EMPTY */