/****************************************************************************/
/* Copyright 2010 MBARI.                                                    */
/* MBARI Proprietary Information. All rights reserved.                      */
/****************************************************************************/

#ifndef ACTIONS_H
#define ACTIONS_H

/* Root commands */
int actGetCmd(char* s);
int actSetCmd(char* s);
int actClrCmd(char* s);
int actSpiCmd(char* s);
int actResetCmd(char* s);

int actHelloKittyCmd(char* s);
                                                
/* Get commands */
int actGetSpiMemCmd(char* s);
int actGetSpiInfoCmd(char* s);

/* Set commands */
int actSetSpiMemCmd(char* s);
int actSetDebug1Cmd(char* s);

/* Clear commands */
int actClrStubCmd(char* s);

#endif
