Sign in
cos
/
third_party
/
kernel
/
refs/heads/contrib/swiotlb-fix-5.4-backport
/
.
/
arch
/
arc
/
plat-eznps
/
include
/
plat
/
smp.h
blob: e433f118bdcab9e7d9ac70fb003e407ef2be6f00 [
file
] [
log
] [
blame
] [
edit
]
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright(c) 2015 EZchip Technologies.
*/
#ifndef
__PLAT_EZNPS_SMP_H
#define
__PLAT_EZNPS_SMP_H
#ifdef
CONFIG_SMP
extern
void
res_service
(
void
);
#endif
/* CONFIG_SMP */
#endif