Add cxm(4), a driver for Hauppauge PVR-250/350 video capture cards.
[dragonfly.git] / sys / dev / video / cxm / cxm_enc_fw.c
1 #include <sys/types.h>
2
3 const uint8_t cxm_enc_fw[] __attribute__ ((aligned(4))) = {
4         0x4e, 0x4f, 0x46, 0x57, 0x00 /* NOFW */
5 };