blob: 9a4c9ef07181dadd5ad530106327452bb008eb4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/// @file
#ifndef U3_VORTEX_V3_H
#define U3_VORTEX_V3_H
#include "../vortex.h"
#include "v3/allocate.h"
#include "../version.h"
/** Aliases.
**/
# define u3v_v3_arvo u3v_arvo
# define u3H_v3 u3v_Home
# define u3A_v3 (&(u3H_v3)->arv_u)
# define u3v_v3_home u3v_home
# define u3v_v3_rewrite_compact u3v_rewrite_compact
#endif /* ifndef U3_VORTEX_V3_H */
|