Skip to content

Instantly share code, notes, and snippets.

@liuliu
Created December 26, 2019 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liuliu/df1760855eae40295c4a0a44f82bc912 to your computer and use it in GitHub Desktop.
Save liuliu/df1760855eae40295c4a0a44f82bc912 to your computer and use it in GitHub Desktop.
// ...
struct Block_descriptor_1 {
unsigned long int reserved;
unsigned long int size;
};
// ...
struct Block_layout {
void *isa;
volatile int32_t flags; // contains ref count
int32_t reserved;
void (*invoke)(void *, ...);
struct Block_descriptor_1 *descriptor;
// imported variables
};
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment