diff options
-rw-r--r-- | include/part.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/part.h b/include/part.h index 47f5baf..bc9dc64 100644 --- a/include/part.h +++ b/include/part.h @@ -12,7 +12,6 @@ struct block_drvr { char *name; - struct blk_desc* (*get_dev)(int dev); int (*select_hwpart)(int dev_num, int hwpart); }; |