blob: 6521274efb01e01b16404440c666a1f759334ae0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (c) 2014 Google, Inc
*/
#ifndef _ASM_PROCESSOR_H
#define _ASM_PROCESSOR_H
/* Assorted dummy functions */
#define cpu_relax()
#endif
|