CHECK_SIGNATURE

Section: (9)
Updated: 14 August 2003
Index Return to Main Contents

 

NAME

check_signature - find BIOS signatures  

SYNOPSIS

int check_signature (unsigned long io_addr, const unsigned char * signature, int length);  

ARGUMENTS

io_addr
mmio address to check
signature
signature block
length
length of signature
 

DESCRIPTION

Perform a signature comparison with the mmio address io_addr. This address should have been obtained by ioremap. Returns 1 on a match.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 23:19:19 GMT, August 13, 2003