[NULL] Additions for the Null driver.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 22 Apr 2018 20:13:52 +0000 (22:13 +0200)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 22 Apr 2018 20:23:54 +0000 (22:23 +0200)
commitda5dcdcbf285fe7c6acad9623fec3732e216d719
tree1ec242a5aa29c26eca2571fcdee2aa939138a690
parent63b6df6bc5978afd290736491d4e97ec08f47328
[NULL] Additions for the Null driver.

- Allow the driver to be unloaded, as on Windows.
- Use a static fast IO dispatch table, instead of allocating one and
  risking any potential memory allocation failure.
- Update the file header.
drivers/base/null/null.c