#ifndef _TARGET_H #define _TARGET_H #include typedef struct { int32_t X; int32_t Y; int32_t Z; uint32_t E; uint32_t F; } TARGET; #endif /* _TARGET_H */