#ifndef _320CONTROL_H #define _320CONTROL_H #include #include #include #include #include #include #define BASE 888 #define CONTROL BASE+2 /* * This is the actual call to change a * relay box. IT should only be called * from write_data now. */ void set_box (int box, int data); #endif