fs: add initial code to create the partition table
This commit is contained in:
parent
2448ddcd4e
commit
adcda56894
3 changed files with 44 additions and 0 deletions
3
include/fs/part.h
Normal file
3
include/fs/part.h
Normal file
|
@ -0,0 +1,3 @@
|
|||
#pragma once
|
||||
|
||||
int part_create(struct flash_dev *dev);
|
Loading…
Add table
Add a link
Reference in a new issue