mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-18 08:26:02 +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,12 +12,12 @@
|
||||
* 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/bus.h>
|
||||
#include <rtems/freebsd/local/device_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/bus.h>
|
||||
#include <freebsd/local/device_if.h>
|
||||
|
||||
|
||||
static int null_shutdown(device_t dev)
|
||||
|
Reference in New Issue
Block a user