OpenOCD
jtag/drivers/OpenULINK/include/common.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 /***************************************************************************
4  * Copyright (C) 2011 by Martin Schmoelzer *
5  * <martin.schmoelzer@student.tuwien.ac.at> *
6  ***************************************************************************/
7 
8 #ifndef __COMMON_H
9 #define __COMMON_H
10 
11 #define DIV_ROUND_UP(m, n) (((m) + (n) - 1) / (n))
12 
13 #endif