mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 01:55:41 +08:00
Begin to trim rtems/ from include file paths - start with freebsd
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user