Cygwin: Add new APIs tc[gs]etwinsize()
[newlib-cygwin.git] / newlib / libc / sys / h8300hms / setarch.h
blob56bdaaf45245b12acb9d457a6533028df93bc2f9
1 #ifdef __H8300H__
2 #ifdef __NORMAL_MODE__
3 .h8300hn
4 #else
5 .h8300h
6 #endif
7 #endif
8 #ifdef __H8300S__
9 #ifdef __NORMAL_MODE__
10 .h8300sn
11 #else
12 .h8300s
13 #endif
14 #endif
15 #ifdef __H8300SX__
16 #ifdef __NORMAL_MODE__
17 .h8300sxn
18 #else
19 .h8300sx
20 #endif
21 #endif