Makefile.ksplice: Rewrite ksplice-cow-check as a wrapper function.
[ksplice.git] / kmodsrc / offsets.h
blob7fe3152656bb27275e3daaf864624f609c0ed3aa
1 struct table_section {
2 const char *sect;
3 int entry_size;
4 int entry_contents_size;
5 int entry_align;
6 int has_addr;
7 int relative_addr;
8 int addr_offset;
9 const char *other_sect;
10 int relative_other;
11 int other_offset;
12 const char *crc_sect;
13 int crc_size;
16 struct ksplice_config {
17 int ignore_devinit;
18 int ignore_cpuinit;
19 int ignore_meminit;