mirror of
https://github.com/xcat2/xNBA.git
synced 2025-08-29 14:28:20 +00:00
[int13] Add missing "static" modifier
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user