https://github.com/torvalds/linux
Raw File
Tip revision: b3a9e3b9622ae10064826dccb4f7a52bd88c7407 authored by Linus Torvalds on 14 June 2020, 19:45:04 UTC
Linux 5.8-rc1
Tip revision: b3a9e3b
r8a7779.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_R8A7779_H__
#define __ASM_R8A7779_H__

extern const struct smp_operations r8a7779_smp_ops;

#endif /* __ASM_R8A7779_H__ */
back to top