summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/local/cryptodev_if.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/local/cryptodev_if.c')
-rw-r--r--rtemsbsd/local/cryptodev_if.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/rtemsbsd/local/cryptodev_if.c b/rtemsbsd/local/cryptodev_if.c
index d4875e46..6b252130 100644
--- a/rtemsbsd/local/cryptodev_if.c
+++ b/rtemsbsd/local/cryptodev_if.c
@@ -1,4 +1,4 @@
-#include <freebsd/machine/rtems-bsd-config.h>
+#include <machine/rtems-bsd-config.h>
/*
* This file is produced automatically.
@@ -12,13 +12,13 @@
* See the source file for legal information
*/
-#include <freebsd/sys/param.h>
-#include <freebsd/sys/queue.h>
-#include <freebsd/sys/kernel.h>
-#include <freebsd/sys/kobj.h>
-#include <freebsd/sys/malloc.h>
-#include <freebsd/opencrypto/cryptodev.h>
-#include <freebsd/local/cryptodev_if.h>
+#include <rtems/bsd/sys/param.h>
+#include <sys/queue.h>
+#include <sys/kernel.h>
+#include <sys/kobj.h>
+#include <sys/malloc.h>
+#include <opencrypto/cryptodev.h>
+#include <rtems/bsd/local/cryptodev_if.h>
struct kobj_method cryptodev_newsession_method_default = {
&cryptodev_newsession_desc, (kobjop_t) kobj_error_method