/************************************************************************** * * Copyright (c) 2019-2019 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file Utilities.h * * @date 23-Oct-2019 * @author S. Nash * * @brief header file for utilities service module. * **************************************************************************/ #ifndef __UTILITIES_H__ #define __UTILITIES_H__ // ********** public definitions ********** // ********** public function prototypes ********** U16 crc16( U08 *address, U32 len ); U08 crc8( U08 *address, U32 len ); #endif