64bit fixes from blueswirl

git-svn-id: svn://coreboot.org/openbios/openbios-devel@83 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Stefan Reinauer
2006-09-14 15:06:38 +00:00
parent 84c8ff3704
commit 1a34b8a360
8 changed files with 47 additions and 29 deletions

View File

@@ -22,8 +22,8 @@
typedef struct {
int fd;
ullong offs;
ullong size;
ducell offs;
ducell size;
int type; /* partition type or -1 */
ihandle_t part_ih;