summaryrefslogtreecommitdiffstats
path: root/balkan/rw.c
blob: f715952e3625d5fdae5b093bf5c2438b1fc0b4a2 (plain)
1
2
3
4
5
6
#include "balkan.h"
#include "dos.h"

int balkanReadTable(int fd, struct partitionTable * table) {
    return dospReadTable(fd, table);    
}