What I want to achieve: I want to set custom baud rate values for some tty*-like UART-mapped terminals.
How: The only way I fo
How can I solve this without using some obscure practice (like wrapping one of headers in a namespace, like mentioned here)?
If you find namespaces obscure, I don't know how you'd call this:
#define termios asmtermios
#include
#undef termios
#include
Anyway, this too gets you rid of the error: redefinition of 'struct termios'.