/*
 * Copyright 1988, 1989, 1990, 1991 Massachusetts Institute of Technology
 */

/* 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 */
