Imported Upstream version 2.9.0
[debian/cc1111] / src / ds400 / main.c
1 /* This is currently a stub. The guts of the '400 implementation
2  * still live in the ds390 directory.
3  */
4
5 #include "main.h"
6
7 /* If we don't have at least one exported function, the Solaris
8  * linker freaks out.
9  */
10
11 void ds400_dummyFunc(void)
12 {
13     ;
14 }