fs: add initial code to create the partition table

This commit is contained in:
S.J.R. van Schaik 2017-03-23 15:18:13 +00:00
parent 2448ddcd4e
commit adcda56894
3 changed files with 44 additions and 0 deletions

3
include/fs/part.h Normal file
View file

@ -0,0 +1,3 @@
#pragma once
int part_create(struct flash_dev *dev);