projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f96a9c
)
Fix PRDSNu.
author
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 1 Sep 2004 03:58:03 +0000
(
03:58
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 1 Sep 2004 03:58:03 +0000
(
03:58
+0000)
src/devices/disk.h
patch
|
blob
|
history
diff --git
a/src/devices/disk.h
b/src/devices/disk.h
index 1d5fecc7db363408c411f3c6130e021a85b19bb4..9d5216418e02128cf62ecd45a1d210a1cd1c9ece 100644
(file)
--- a/
src/devices/disk.h
+++ b/
src/devices/disk.h
@@
-7,7
+7,7
@@
#define DISK_SECTOR_SIZE 512
typedef uint32_t disk_sector_no;
-#define PRDSNu PRI
d
32 /* For use with printk(). */
+#define PRDSNu PRI
u
32 /* For use with printk(). */
void disk_init (void);
struct disk *disk_get (int chan_no, int dev_no);