aboutsummaryrefslogblamecommitdiff
path: root/src/kernel/fs/iso9660.c
blob: 8780c32a099ad62b06756e764599203fac8f86b5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                 
#include <debug.h>

#include <fs/iso9660.h>

void register_iso9660_driver() {
	dbg_printf("Not implemented ISO9660.\n");
	// TODO
}

/* vim: set ts=4 sw=4 tw=0 noet :*/