29#ifndef __ALTERA_AVALON_SYSID_QSYS_REGS_H__
30#define __ALTERA_AVALON_SYSID_QSYS_REGS_H__
32#include <bsp_system.h>
40 volatile uint32_t sys_id;
41 volatile uint32_t sys_timestamp;
44#define SYSID_REGS (( volatile altera_avalon_sysid_regs* )SYS_ID_BASE )
Definition: altera_avalon_sysid_qsys_regs.h:39