summaryrefslogtreecommitdiff
path: root/sys/arch/landisk/stand/boot/libsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/landisk/stand/boot/libsa.h')
-rw-r--r--sys/arch/landisk/stand/boot/libsa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/landisk/stand/boot/libsa.h b/sys/arch/landisk/stand/boot/libsa.h
index 75a640911ab..fa6158fbce6 100644
--- a/sys/arch/landisk/stand/boot/libsa.h
+++ b/sys/arch/landisk/stand/boot/libsa.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: libsa.h,v 1.3 2006/10/29 14:47:59 drahn Exp $ */
+/* $OpenBSD: libsa.h,v 1.4 2011/03/13 00:13:53 deraadt Exp $ */
/*
* Copyright (c) 2006 Michael Shalayeff
@@ -28,7 +28,7 @@
int readsects(int dev, uint32_t lba, void *buf, size_t size);
int blkdevopen(struct open_file *, ...);
int blkdevclose(struct open_file *);
-int blkdevstrategy(void *, int, daddr_t, size_t, void *, size_t *);
+int blkdevstrategy(void *, int, daddr32_t, size_t, void *, size_t *);
void scif_init(unsigned int);
int scif_getc(void);
void scif_putc(int);