minix/lib/libddekit/src
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
..
common.h Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
condvar.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
dde.c Changing the message union to anonymous. 2014-03-03 20:46:47 +01:00
dde.h added libddekit 2011-02-25 12:40:31 +00:00
debug.h added libddekit 2011-02-25 12:40:31 +00:00
initcall.c Upgrade libddekit and introduce devmand. 2012-06-18 09:23:42 +02:00
irq.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
irq.h retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
lock.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
mem.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
msg_queue.c Retire the synchronous character driver protocol 2014-02-18 11:25:02 +01:00
panic.c panic: declare as printf-style-checked 2013-05-31 13:35:25 +00:00
pci.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
pgtab.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
printf.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
resource.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
semaphore.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
thread.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
thread.h added libddekit 2011-02-25 12:40:31 +00:00
timer.c libc: add clock_getres()/clock_gettime() system calls. 2013-04-04 15:04:53 +02:00
timer.h added libddekit 2011-02-25 12:40:31 +00:00
usb_client.c Upgrade libddekit and introduce devmand. 2012-06-18 09:23:42 +02:00
usb_server.c Adding ipc_ prefix to ipc primitives 2014-03-01 09:05:01 +01:00
util.h added libddekit 2011-02-25 12:40:31 +00:00