https://github.com/torvalds/linux
Raw File
Tip revision: 36f90b0a2ddd60823fe193a85e60ff1906c2a9b3 authored by Linus Torvalds on 01 February 2016, 02:12:16 UTC
Linux 4.5-rc2
Tip revision: 36f90b0
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