URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 157 |
Rev 225 |
Line 7... |
Line 7... |
This file is designed for inclusion by host-dependent .h files. No
|
This file is designed for inclusion by host-dependent .h files. No
|
user application should include it directly, since that would make
|
user application should include it directly, since that would make
|
the application unable to be configured for both "same" and "binary"
|
the application unable to be configured for both "same" and "binary"
|
variant systems. */
|
variant systems. */
|
|
|
#define FOPEN_RB "rb","rfm=var"
|
#define FOPEN_RB "rb,rfm=udf,rat=none"
|
#define FOPEN_WB "wb","rfm=var"
|
#define FOPEN_WB "wb,rfm=udf,rat=none"
|
#define FOPEN_AB "ab","rfm=var"
|
#define FOPEN_AB "ab,rfm=udf,rat=none"
|
#define FOPEN_RUB "r+b","rfm=var"
|
#define FOPEN_RUB "r+b,rfm=udf,rat=none"
|
#define FOPEN_WUB "w+b","rfm=var"
|
#define FOPEN_WUB "w+b,rfm=udf,rat=none"
|
#define FOPEN_AUB "a+b","rfm=var"
|
#define FOPEN_AUB "a+b,rfm=udf,rat=none"
|
|
|
#define FOPEN_RT "r"
|
#define FOPEN_RT "r"
|
#define FOPEN_WT "w"
|
#define FOPEN_WT "w"
|
#define FOPEN_AT "a"
|
#define FOPEN_AT "a"
|
#define FOPEN_RUT "r+"
|
#define FOPEN_RUT "r+"
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.