Files
lib_xua/lib_xua/api/xua.h
2018-02-09 14:47:28 +00:00

19 lines
265 B
C

// Copyright (c) 2017-2018, XMOS Ltd, All rights reserved
#ifndef __XUA_H__
#define __XUA_H__
#include "xua_conf_full.h"
#if __XC__ || __STDC__
#include "xua_audiohub.h"
#include "xua_endpoint0.h"
#include "xua_buffer.h"
//#include "xua_dfu.h"
#endif
#endif