#ifndef __SPIPROT_H__
#define __SPIPROT_H__

#define SPIPROT_SYNC_CHAR         (0xAA)

typedef int (*spiprotFrameValidatorType)(char); // validates the frame type (returns 0=valid)

#endif /* __SPIPROT_H__ */
