forked from Imagelibrary/rtems
Move extern "C" brace after includes.
This commit is contained in:
@@ -16,14 +16,15 @@
|
||||
#ifndef __DOSFS_FAT_FAT_OPERATIONS_H__
|
||||
#define __DOSFS_FAT_FAT_OPERATIONS_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/libio_.h>
|
||||
|
||||
#include <rtems/bdbuf.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "fat.h"
|
||||
|
||||
int
|
||||
|
||||
@@ -15,15 +15,15 @@
|
||||
#ifndef __DOSFS_FAT_FILE_H__
|
||||
#define __DOSFS_FAT_FILE_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/libio_.h>
|
||||
|
||||
#include <time.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* "fat-file" representation
|
||||
*
|
||||
* the idea is: fat-file is nothing but a cluster chain, any open fat-file is
|
||||
|
||||
Reference in New Issue
Block a user