https://github.com/torvalds/linux
Raw File
Tip revision: 527e9316f8ec44bd53d90fb9f611fa7ffff52bb9 authored by Linus Torvalds on 06 December 2015, 23:43:12 UTC
Linux 4.4-rc4
Tip revision: 527e931
r8a7779.h
#ifndef __ASM_R8A7779_H__
#define __ASM_R8A7779_H__

extern void r8a7779_pm_init(void);

extern struct smp_operations r8a7779_smp_ops;

#endif /* __ASM_R8A7779_H__ */
back to top