OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_71/] [or1ksim/] [testbench/] [support/] [int.c] - Diff between revs 378 and 381

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 378 Rev 381
Line 3... Line 3...
 
 
#include "support.h"
#include "support.h"
#include "spr_defs.h"
#include "spr_defs.h"
#include "int.h"
#include "int.h"
 
 
 
#ifdef OR1K
 
 
/* Interrupt handlers table */
/* Interrupt handlers table */
struct ihnd int_handlers[MAX_INT_HANDLERS];
struct ihnd int_handlers[MAX_INT_HANDLERS];
 
 
/* Initialize routine */
/* Initialize routine */
int int_init()
int int_init()
Line 77... Line 79...
    }
    }
    i++;
    i++;
  }
  }
}
}
 
 
 
#endif
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.