document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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. };
');