CHECK_SIGNATURE
Section: (9)
Updated: 09 April 2004
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: 09:51:03 GMT, April 09, 2004