blob: 669c8cd09e076e9b813ab44fcc8fb28682a5b599 (
plain) (
blame)
1
2
3
4
5
6
7
|
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_R8A7790_H__
#define __ASM_R8A7790_H__
extern const struct smp_operations r8a7790_smp_ops;
#endif /* __ASM_R8A7790_H__ */
|