Moved "Changes" comments from system/do_....c to system.h.

All changes are now in a single header file.
This commit is contained in:
Jorrit Herder
2005-08-10 10:23:55 +00:00
parent f83ae4b3d1
commit 2a165d972e
18 changed files with 27 additions and 59 deletions

View File

@@ -6,9 +6,6 @@
* m2_i1: DIO_TYPE (flag indicating byte, word, or long)
* m2_l1: DIO_PORT (port to read/ write)
* m2_l2: DIO_VALUE (value to write/ return value read)
*
* Changes:
* Feb 02, 2004 created to support user-space drivers (Jorrit N. Herder)
*/
#include "../system.h"