Learning

Untitled

Oct 14th, 2011
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. struct venc_config {
  2. u32 control;
  3.  
  4. const struct venc_config venc_config_ntsc_trm {
  5. .control = 0,
  6. };
  7.  
Advertisement
Add Comment
Please, Sign In to add comment