Converted the UNIX IO hidd class to use the genmodule tool via using
commit1f779e95bb8fd8b51f3ceea888b023568f6b0dd9
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 11 Dec 2005 11:55:54 +0000 (11 11:55 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 11 Dec 2005 11:55:54 +0000 (11 11:55 +0000)
tree62df272e86452771bd904ce54b9034c02c944f59
parent29faa82c6be816222cf2a52568caf9a4ff096d7b
Converted the UNIX IO hidd class to use the genmodule tool via using
%build_module in mmakefile.src. Most initialization code is now
autogenerated, the names of the class methods are changed to the genmodule
convention.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@23799 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/all-unix/hidd/unixio/mmakefile.src
arch/all-unix/hidd/unixio/unixio.conf [new file with mode: 0644]
arch/all-unix/hidd/unixio/unixio.h [new file with mode: 0644]
arch/all-unix/hidd/unixio/unixio_class.c
arch/all-unix/hidd/unixio/unixio_end.c [deleted file]