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,7 +195,7 @@ struct dhdr FAR * select_unit(COUNT drive);
|
||||||
/* fattab.c */
|
/* fattab.c */
|
||||||
void read_fsinfo(struct dpb FAR * dpbp);
|
void read_fsinfo(struct dpb FAR * dpbp);
|
||||||
void write_fsinfo(struct dpb FAR * dpbp);
|
void write_fsinfo(struct dpb FAR * dpbp);
|
||||||
UCOUNT link_fat(struct dpb FAR * dpbp, CLUSTER Cluster1,
|
CLUSTER link_fat(struct dpb FAR * dpbp, CLUSTER Cluster1,
|
||||||
REG CLUSTER Cluster2);
|
REG CLUSTER Cluster2);
|
||||||
CLUSTER next_cluster(struct dpb FAR * dpbp, REG CLUSTER ClusterNum);
|
CLUSTER next_cluster(struct dpb FAR * dpbp, REG CLUSTER ClusterNum);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue