Sign in
gfiber
/
kernel
/
windcharger
/
c127b7e0204ee04367da17e7b7955bf48954e7b7
/
.
/
arch
/
arm
/
kernel
/
atags.h
blob: e5f028d214a11a2fbffd53161a98ebaf59d8740e [
file
] [
log
] [
blame
]
#ifdef
CONFIG_ATAGS_PROC
extern
void
save_atags
(
struct
tag
*
tags
);
#else
static
inline
void
save_atags
(
struct
tag
*
tags
)
{
}
#endif