#ifndef __DRIVE_H
#define __DRIVE_H
void drive_cmd_a(WPanel *);
void drive_cmd_b(WPanel *);
void drive_chg(WPanel *panel);
#endif /* __DRIVE_H */