Sign in
nest-open-source
/
nest-learning-thermostat
/
5.6.2
/
linux
/
refs/heads/master
/
.
/
arch
/
arm
/
kernel
/
atags.h
blob: e5f028d214a11a2fbffd53161a98ebaf59d8740e [
file
] [
log
] [
blame
] [
edit
]
#ifdef
CONFIG_ATAGS_PROC
extern
void
save_atags
(
struct
tag
*
tags
);
#else
static
inline
void
save_atags
(
struct
tag
*
tags
)
{
}
#endif