]> Git Repo - J-u-boot.git/blame - arch/arm/lib/div0.c
common: Move hang() to the same header as panic()
[J-u-boot.git] / arch / arm / lib / div0.c
CommitLineData
83d290c5 1// SPDX-License-Identifier: GPL-2.0+
79efd004
WD
2/*
3 * (C) Copyright 2002
4 * Wolfgang Denk, DENX Software Engineering, [email protected].
79efd004
WD
5 */
6
db41d65a
SG
7#include <hang.h>
8
79efd004
WD
9/* Replacement (=dummy) for GNU/Linux division-by zero handler */
10void __div0 (void)
11{
79efd004
WD
12 hang();
13}
This page took 0.465399 seconds and 4 git commands to generate.