mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
Use "#include <..>" to include public headers.
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/chain.h>
|
||||
|
||||
#include "rtems/blkdev.h"
|
||||
#include "rtems/diskdevs.h"
|
||||
#include <rtems/blkdev.h>
|
||||
#include <rtems/diskdevs.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -24,7 +24,7 @@ extern "C" {
|
||||
/* Buffer pool identifier */
|
||||
typedef int rtems_bdpool_id;
|
||||
|
||||
#include "rtems/blkdev.h"
|
||||
#include <rtems/blkdev.h>
|
||||
|
||||
/* Driver capabilities. */
|
||||
|
||||
|
||||
@@ -13,14 +13,14 @@
|
||||
#ifndef _RTEMS_RAMDISK_H
|
||||
#define _RTEMS_RAMDISK_H
|
||||
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/blkdev.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <rtems.h>
|
||||
|
||||
#include "rtems/blkdev.h"
|
||||
|
||||
/* RAM disk configuration table entry */
|
||||
typedef struct rtems_ramdisk_config {
|
||||
int block_size; /* RAM disk block size */
|
||||
|
||||
Reference in New Issue
Block a user