Begin to trim rtems/ from include file paths - start with freebsd

This commit is contained in:
Joel Sherrill
2012-03-08 08:56:25 -06:00
parent 9a8e3e0dd0
commit 03d4faf086
479 changed files with 7925 additions and 7917 deletions

View File

@@ -1,4 +1,4 @@
#include <rtems/freebsd/machine/rtems-bsd-config.h>
#include <freebsd/machine/rtems-bsd-config.h>
/*
* This file is produced automatically.
@@ -12,13 +12,13 @@
* See the source file for legal information
*/
#include <rtems/freebsd/sys/param.h>
#include <rtems/freebsd/sys/queue.h>
#include <rtems/freebsd/sys/kernel.h>
#include <rtems/freebsd/sys/kobj.h>
#include <rtems/freebsd/sys/malloc.h>
#include <rtems/freebsd/opencrypto/cryptodev.h>
#include <rtems/freebsd/local/cryptodev_if.h>
#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>
struct kobj_method cryptodev_newsession_method_default = {
&cryptodev_newsession_desc, (kobjop_t) kobj_error_method