minix/drivers/tty/arch/earm
Lionel Sambuc 175d3e7eae Changing the message union to anonymous.
This allows us to write things like this:
  message m;
  m.m_notify.interrupts = new_value;

or
  message *mp;
  mp->m_notify.interrupts = new_value;

The shorthands macro have been adapted for the new scheme, and will be
kept as long as we have generic messages being used.

Change-Id: Icfd02b5f126892b1d5d2cebe8c8fb02b180000f7
2014-03-03 20:46:47 +01:00
..
console.c drop <minix/termios.h>, use clean <sys/termios.h> 2014-03-02 12:28:20 +01:00
keyboard.c drop <minix/termios.h>, use clean <sys/termios.h> 2014-03-02 12:28:20 +01:00
Makefile.inc ARM updates 2013-01-17 10:03:58 +01:00
omap_serial.h fix a few more minix specific warnings 2013-08-27 16:16:03 +00:00
rs232.c Changing the message union to anonymous. 2014-03-03 20:46:47 +01:00