提交 6c324e51 编写于 作者: I Igor Bezukh 提交者: Greg Kroah-Hartman

Staging: vt6655: removed redundant comments from michael.h

Removed redundant comments from michael.h header file.
Signed-off-by: NIgor Bezukh <igbzkh@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 b218c008
......@@ -33,10 +33,6 @@
#include <linux/types.h>
/*--------------------- Export Definitions -------------------------*/
/*--------------------- Export Types ------------------------------*/
void MIC_vInit(u32 dwK0, u32 dwK1);
void MIC_vUnInit(void);
......@@ -48,8 +44,6 @@ void MIC_vAppend(unsigned char *src, unsigned int nBytes);
/* This also resets the message to empty. */
void MIC_vGetMIC(u32 *pdwL, u32 *pdwR);
/*--------------------- Export Macros ------------------------------*/
/* Rotation functions on 32 bit values */
#define ROL32(A, n) \
(((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1)))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册