vpdecc.h (b7b352a6374063fcade7b7233f4480a363455510) | vpdecc.h (af921756dc7f31d76af76199d5132e81c44b73ee) |
---|---|
1#ifndef _VPDECC_H_ 2#define _VPDECC_H_ 3 4#pragma GCC diagnostic ignored "-Wunused-variable" 5#pragma GCC diagnostic ignored "-Wunused-parameter" 6 7#include <stdlib.h> 8 --- 13 unchanged lines hidden (view full) --- 22 23/******************************************************************************/ 24/* vpdecc_create_ecc */ 25/* */ 26/* For a given data block (together with the length of the data block */ 27/* this function creates the ECC */ 28/* */ 29/* @param pData In-Buffer containing the raw VPD data */ | 1#ifndef _VPDECC_H_ 2#define _VPDECC_H_ 3 4#pragma GCC diagnostic ignored "-Wunused-variable" 5#pragma GCC diagnostic ignored "-Wunused-parameter" 6 7#include <stdlib.h> 8 --- 13 unchanged lines hidden (view full) --- 22 23/******************************************************************************/ 24/* vpdecc_create_ecc */ 25/* */ 26/* For a given data block (together with the length of the data block */ 27/* this function creates the ECC */ 28/* */ 29/* @param pData In-Buffer containing the raw VPD data */ |
30/* (wont't be changed) */ | 30/* (won't be changed) */ |
31/* */ 32/* @param vDataLength In should contain the length of the 33 * Data */ 34/* in the buffer given to vData */ 35/* */ 36/* @param pEcc Out-Buffer after execution this will be the */ 37/* buffer for the calculated Ecc */ 38/* */ --- 45 unchanged lines hidden --- | 31/* */ 32/* @param vDataLength In should contain the length of the 33 * Data */ 34/* in the buffer given to vData */ 35/* */ 36/* @param pEcc Out-Buffer after execution this will be the */ 37/* buffer for the calculated Ecc */ 38/* */ --- 45 unchanged lines hidden --- |