Advertisement
frankchang0125

Untitled

Jan 13th, 2013
7,188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.13 KB | None | 0 0
  1. struct romfs_super_block {
  2.     unsigned int word0;
  3.     unsigned int word1;
  4.     unsigned int size;
  5.     unsigned int checksum;
  6.     char name[0]
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement