diff --git a/sys/dev/vt/vt.h b/sys/dev/vt/vt.h index fb768e980911..66d05c2a1afd 100644 --- a/sys/dev/vt/vt.h +++ b/sys/dev/vt/vt.h @@ -394,6 +394,9 @@ TERMINAL_DECLARE_EARLY(driver ## _consterm, vt_termclass, \ SYSINIT(vt_early_cons, SI_SUB_INT_CONFIG_HOOKS, SI_ORDER_ANY, \ vt_upgrade, &driver ## _consdev) +/* name argument is not used yet. */ +#define VT_DRIVER_DECLARE(name, drv) DATA_SET(vt_drv_set, drv) + /* * Fonts. *