Move extern "C" brace after includes.

This commit is contained in:
Ralf Corsepius
2009-02-04 12:46:09 +00:00
parent 92f690c9c3
commit 9515e49a76
2 changed files with 9 additions and 8 deletions

View File

@@ -16,14 +16,15 @@
#ifndef __DOSFS_FAT_FAT_OPERATIONS_H__ #ifndef __DOSFS_FAT_FAT_OPERATIONS_H__
#define __DOSFS_FAT_FAT_OPERATIONS_H__ #define __DOSFS_FAT_FAT_OPERATIONS_H__
#ifdef __cplusplus
extern "C" {
#endif
#include <rtems.h> #include <rtems.h>
#include <rtems/libio_.h> #include <rtems/libio_.h>
#include <rtems/bdbuf.h> #include <rtems/bdbuf.h>
#ifdef __cplusplus
extern "C" {
#endif
#include "fat.h" #include "fat.h"
int int

View File

@@ -15,15 +15,15 @@
#ifndef __DOSFS_FAT_FILE_H__ #ifndef __DOSFS_FAT_FILE_H__
#define __DOSFS_FAT_FILE_H__ #define __DOSFS_FAT_FILE_H__
#ifdef __cplusplus
extern "C" {
#endif
#include <rtems.h> #include <rtems.h>
#include <rtems/libio_.h> #include <rtems/libio_.h>
#include <time.h> #include <time.h>
#ifdef __cplusplus
extern "C" {
#endif
/* "fat-file" representation /* "fat-file" representation
* *
* the idea is: fat-file is nothing but a cluster chain, any open fat-file is * the idea is: fat-file is nothing but a cluster chain, any open fat-file is