blob: 21b521a35e68a8d01e57eef88e7f7dc6882d0e6b [file] [log] [blame]
/*
* Copyright (c) 2009 The Regents of the University of California
* Barret Rhoden <brho@cs.berkeley.edu>
* See LICENSE for details.
*/
#pragma once
#include <atomic.h>
// be careful changing this, esp if you go over 16
#define NUM_HANDLER_WRAPPERS 5
struct HandlerWrapper {
checklist_t* cpu_list;
uint8_t vector;
};
typedef struct HandlerWrapper handler_wrapper_t;