david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[int13] Add missing "static" modifier

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2011-02-22 19:26:33 +00:00
parent 14a8b4bfef
commit f3c72660a7
1 changed files with 2 additions and 2 deletions

View File

@ -802,8 +802,8 @@ static int int13_extended_verify ( struct int13_drive *int13,
* @v ds:si Disk address packet
* @ret status Status code
*/
int int13_extended_seek ( struct int13_drive *int13,
struct i386_all_regs *ix86 ) {
static int int13_extended_seek ( struct int13_drive *int13,
struct i386_all_regs *ix86 ) {
struct int13_disk_address addr;
uint64_t lba;
unsigned long count;