
/* a4x1.h: definitions for athena 4x1 source controller */

#ifndef A4x1_H
#define A4x1_H

#define NUM_INPUTS	4	/* number of inputs  */
#define NUM_OUTPUTS	1	/* number of outputs */

#endif A4x1_H
