Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[int13] Add missing "static" modifier
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Feb 22, 2011
1 parent 14a8b4b commit f3c7266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/arch/i386/interface/pcbios/int13.c
Expand Up @@ -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;
Expand Down

0 comments on commit f3c7266

Please sign in to comment.