https://github.com/torvalds/linux
Raw File
Tip revision: 4495c08e84729385774601b5146d51d9e5849f81 authored by Linus Torvalds on 12 March 2017, 21:47:08 UTC
Linux 4.11-rc2
Tip revision: 4495c08
r8a7779.h
#ifndef __ASM_R8A7779_H__
#define __ASM_R8A7779_H__

extern void r8a7779_pm_init(void);

extern const struct smp_operations r8a7779_smp_ops;

#endif /* __ASM_R8A7779_H__ */
back to top