mirror of https://github.com/FDOS/kernel.git
Need to commit proto.h or things won't compile...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@910 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
9cbede2ec9
commit
976efed7a5
|
@ -195,8 +195,8 @@ struct dhdr FAR * select_unit(COUNT drive);
|
|||
/* fattab.c */
|
||||
void read_fsinfo(struct dpb FAR * dpbp);
|
||||
void write_fsinfo(struct dpb FAR * dpbp);
|
||||
UCOUNT link_fat(struct dpb FAR * dpbp, CLUSTER Cluster1,
|
||||
REG CLUSTER Cluster2);
|
||||
CLUSTER link_fat(struct dpb FAR * dpbp, CLUSTER Cluster1,
|
||||
REG CLUSTER Cluster2);
|
||||
CLUSTER next_cluster(struct dpb FAR * dpbp, REG CLUSTER ClusterNum);
|
||||
|
||||
/* fcbfns.c */
|
||||
|
|
Loading…
Reference in New Issue