mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-17 21:38:44 +00:00
4 lines
71 B
C
4 lines
71 B
C
/* ufs2.c - Unix File System 2 */
|
|
#define MODE_UFS2 1
|
|
#include "ufs.c"
|