summaryrefslogtreecommitdiffstats
path: root/grub-core/lib/fake_module.c
blob: 3646cedbc6eb70744db8768cf99135276b954dd5 (plain)
1
2
3
4
/* This file is intentionally empty: it's used to generate modules with no code or data.  (purely dependency modules)  */
#include <grub/dl.h>

GRUB_MOD_LICENSE ("GPLv3+");