Advertisement
Learning

Untitled

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