diff options
| author | Jens Axboe <jaxboe@fusionio.com> | 2010-11-16 04:09:42 -0500 |
|---|---|---|
| committer | Jens Axboe <jaxboe@fusionio.com> | 2010-11-16 04:09:42 -0500 |
| commit | a02056349cdea2252cd2b21643ebf025e83a29f2 (patch) | |
| tree | b7c889d6cbe8e7188d07d99a5c9da858c53a5b6c /include/linux/ramoops.h | |
| parent | 34db1d595ef6f183fbc1e42cda45a3dfa0035258 (diff) | |
| parent | e53beacd23d9cb47590da6a7a7f6d417b941a994 (diff) | |
Merge branch 'v2.6.37-rc2' into for-2.6.38/core
Diffstat (limited to 'include/linux/ramoops.h')
| -rw-r--r-- | include/linux/ramoops.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/linux/ramoops.h b/include/linux/ramoops.h new file mode 100644 index 000000000000..0ae68a2c1212 --- /dev/null +++ b/include/linux/ramoops.h | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | #ifndef __RAMOOPS_H | ||
| 2 | #define __RAMOOPS_H | ||
| 3 | |||
| 4 | /* | ||
| 5 | * Ramoops platform data | ||
| 6 | * @mem_size memory size for ramoops | ||
| 7 | * @mem_address physical memory address to contain ramoops | ||
| 8 | */ | ||
| 9 | |||
| 10 | struct ramoops_platform_data { | ||
| 11 | unsigned long mem_size; | ||
| 12 | unsigned long mem_address; | ||
| 13 | }; | ||
| 14 | |||
| 15 | #endif | ||
