blob: 32301ab8f727c7ef2968798ebadbbae1088ce2c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#include "PR/os_internal.h"
// TODO: this comes from a header
#if BUILD_VERSION >= VERSION_J
#ident "$Revision: 1.4 $"
#else
#ident "$Revision: 3.70 $"
#ident "$Revision: 1.5 $"
#ident "$Revision: 1.2 $"
#ident "$Revision: 1.4 $"
#ident "$Revision: 1.3 $"
#endif
void osAckRamromWrite(void) {
}
|