aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mediatek/ram_console/ram_console.h
blob: e7e94d509f050f26a6427a1a72d9e08a7c1401c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __RAM_CONSOLE_H__
#define __RAM_CONSOLE_H__
extern int card_dump_func_write(unsigned char *buf, unsigned int len, unsigned long long offset,
				int dev);
#ifdef CONFIG_MTPROF
extern int boot_finish;
#endif
extern struct file *expdb_open(void);
#ifdef CONFIG_PSTORE
extern void pstore_bconsole_write(struct console *con, const char *s, unsigned c);
#endif
#endif