blob: cbbbe3a75e3da46049ec592781ae75d76278dcff [file] [log] [blame]
/*
* Global variables
* Key global variables that are used everywhere in VPR:
*/
#ifndef GLOBALS_H
#define GLOBALS_H
#include "vpr_context.h"
extern VprContext g_vpr_ctx;
#endif