2 * busybox ar archive data structures
3 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
20 #define AR_HEADER_LEN sizeof(struct ar_header)
21 #define AR_MAGIC "!<arch>"
22 #define AR_MAGIC_LEN 7
24 POP_SAVED_FUNCTION_VISIBILITY