xref: /dragonfly/sys/dev/video/cxm/cxm_dec_fw.c (revision 9348a738)
1 #include <sys/types.h>
2 
3 const uint8_t cxm_dec_fw[] __aligned(4) = {
4 	0x4e, 0x4f, 0x46, 0x57, /* NOFW */
5 };
6