/* dummy include file for module 1 */
/* could contain anything */
/* external prototypes from module 1 can be made available to */
/* any source file referencing mod1.h by using the following */
/* include statement. */

/* This file can be automatically maintained by smake if desired. */
#include "module_headers/mod1_extprotos.h"
