blk: rq_data_dir() should not return a boolean
[cris-mirror.git] / arch / mips / include / asm / mach-loongson32 / regs-wdt.h
blob6644ab6d33915d9010567bf9f7b8a43e53fcbcb2
1 /*
2 * Copyright (c) 2011 Zhang, Keguang <keguang.zhang@gmail.com>
4 * Loongson 1 Watchdog Register Definitions.
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2 of the License, or (at your
9 * option) any later version.
12 #ifndef __ASM_MACH_LOONGSON32_REGS_WDT_H
13 #define __ASM_MACH_LOONGSON32_REGS_WDT_H
15 #define WDT_EN 0x0
16 #define WDT_TIMER 0x4
17 #define WDT_SET 0x8
19 #endif /* __ASM_MACH_LOONGSON32_REGS_WDT_H */