Merge branch 'drm-rockchip-next-fixes-2016-03-28' of https://github.com/markyzq/kerne...
[deliverable/linux.git] / arch / arm / kernel / atags.h
CommitLineData
aa783b6f 1void convert_to_tag_list(struct tag *tags);
bd51e2f5
NP
2
3#ifdef CONFIG_ATAGS
ff69a4c8
RK
4const struct machine_desc *setup_machine_tags(phys_addr_t __atags_pointer,
5 unsigned int machine_nr);
bd51e2f5 6#else
ff69a4c8 7static inline const struct machine_desc *
bd51e2f5
NP
8setup_machine_tags(phys_addr_t __atags_pointer, unsigned int machine_nr)
9{
10 early_print("no ATAGS support: can't continue\n");
11 while (true);
12 unreachable();
13}
14#endif
This page took 0.185998 seconds and 5 git commands to generate.