ext2.h now uses proper _H macro check

This commit is contained in:
pjht 2019-04-21 14:31:09 -05:00
parent d78e7743ce
commit 2219d22d01

View File

@ -1,5 +1,5 @@
#ifndef DEVFS_H
#define DEVFS_H
#ifndef EXT2_H
#define EXT2_H
void init_ext2();