int check_signature (unsigned long io_addr, const unsigned char * signature, int length);
int check_signature
mmio address to check
signature block
length of signature
Perform a signature comparison with the mmio address io_addr. This address should have been obtained by ioremap. Returns 1 on a match.