Update types.h

This commit is contained in:
posophe 2015-01-22 11:30:30 +01:00
parent c9e5f36fe9
commit 2026594e1b
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ struct irq_info {
uint64_t load;
int moved;
struct topo_obj *assigned_obj;
unsigned int warned;
};
#endif