repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xtensa: fix high memory/reserved memory collision
[cris-mirror.git]
/
include
/
linux
/
platform_data
/
ux500_wdt.h
blob
1689ff4c3bfd1c0324e7f18a47999fc89d57ba53
1
/*
2
* Copyright (C) ST Ericsson SA 2011
3
*
4
* License Terms: GNU General Public License v2
5
*
6
* STE Ux500 Watchdog platform data
7
*/
8
#ifndef __UX500_WDT_H
9
#define __UX500_WDT_H
10
11
/**
12
* struct ux500_wdt_data
13
*/
14
struct
ux500_wdt_data
{
15
unsigned int
timeout
;
16
bool
has_28_bits_resolution
;
17
};
18
19
#endif
/* __UX500_WDT_H */