
struct _access 
{
  unsigned long addr;
  unsigned long mask;
  int auth;
};

#define MAX_ACCESS 100
