-/* $OpenBSD: ucc.c,v 1.23 2021/09/01 10:41:39 anton Exp $ */
+/* $OpenBSD: ucc.c,v 1.24 2021/09/02 15:15:12 anton Exp $ */
/*
* Copyright (c) 2021 Anton Lindqvist <anton@openbsd.org>
u_char sc_last_raw;
};
+ /*
+ * Only the first element is populated whereas the second remains zeroed
+ * out since such trailing sentinel is required by wskbd_load_keymap().
+ */
struct wscons_keydesc sc_keydesc[2];
struct wskbd_mapdata sc_keymap;
};