source: soft/giet_vm/applications/rosenfeld/nrc2/include/nrio.h @ 772

Last change on this file since 772 was 772, checked in by meunier, 8 years ago
  • Ajout de l'application rosenfeld
  • Changement du nom du flag O_CREATE en O_CREAT
File size: 476 bytes
Line 
1/* -------------- */
2/* --- nrio.h --- */
3/* -------------- */
4
5/*
6 * Copyright (c) 2000-2014, Lionel Lacassagne, All rights reserved
7 * Univ Paris Sud XI, CNRS
8*/
9
10#ifndef __NRIO_H__
11#define __NRIO_H__
12
13#ifdef __cplusplus
14#pragma message ("C++")
15extern "C" {
16#endif
17   
18#ifdef VERBOSE_PRAGMA
19//#pragma message ("- *** include nrio.h ***")
20#endif
21
22#include "nrio0.h"
23#include "nrio1.h"
24#include "nrio2.h"
25#include "nrio3.h"
26
27#ifdef __cplusplus
28}
29#endif
30
31#endif // __NRIO_H__
Note: See TracBrowser for help on using the repository browser.