8 lines
131 B
C
8 lines
131 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _ASM_SW64_DIV64_H
|
|
#define _ASM_SW64_DIV64_H
|
|
|
|
#include <asm-generic/div64.h>
|
|
|
|
#endif
|