blob: 5134267fdcb0e426097adbe82e7d85e439a102b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  | 
/*
 * Copyright (C) 2000, 2004  Maciej W. Rozycki
 * Copyright (C) 2003, 07 Ralf Baechle (ralf@linux-mips.org)
 *
 * This file is subject to the terms and conditions of the GNU General Public
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 */
#ifndef __ASM_DIV64_H
#define __ASM_DIV64_H
#include <asm-generic/div64.h>
#endif /* __ASM_DIV64_H */
  |