Sign in
linux
/
linux
/
kernel
/
git
/
klassert
/
ipsec
/
refs/tags/v3.6
/
.
/
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