nexus-am/tests/cacheoptest/icache/include/test.h

12 lines
150 B
C

#ifndef __AMUNIT_H__
#define __AMUNIT_H__
#include <am.h>
#include <klib.h>
#include <klib-macros.h>
#include <encoding.h>
void workload();
#endif