summaryrefslogtreecommitdiff
path: root/drivers/renesas/rcar/delay/micro_delay.h
blob: 193daba631469a8cbc89e81a36d3d49a8ad543f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2015-2017, Renesas Electronics Corporation. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef MICRO_DELAY_H
#define MICRO_DELAY_H

#ifndef __ASSEMBLY__
#include <stdint.h>
void rcar_micro_delay(uint64_t micro_sec);
#endif

#endif /* MICRO_DELAY_H */