minix/lib/libblockdriver
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
..
const.h libblockdriver: expose BLOCKDRIVER_MAX_DEVICES 2014-02-19 11:22:15 +01:00
driver.c Changing the message union to anonymous. 2014-03-03 20:46:47 +01:00
driver.h libblockdriver: various updates 2014-02-19 11:22:15 +01:00
driver_mt.c libblockdriver: various updates 2014-02-19 11:22:15 +01:00
driver_st.c libblockdriver: various updates 2014-02-19 11:22:15 +01:00
drvlib.c Replaced common u64.h functions with operators. 2014-03-02 12:28:32 +01:00
Makefile Remove support for MKTRACE, MKMCONTEXT, MKSTATECTL 2014-03-01 09:04:59 +01:00
mq.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
mq.h retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
trace.c Replaced common u64.h functions with operators. 2014-03-02 12:28:32 +01:00
trace.h Block drivers: make IOCTL request unsigned long 2014-02-19 11:22:15 +01:00