ram_console.h 371 B

123456789101112
  1. #ifndef __RAM_CONSOLE_H__
  2. #define __RAM_CONSOLE_H__
  3. extern int card_dump_func_write(unsigned char *buf, unsigned int len, unsigned long long offset,
  4. int dev);
  5. #ifdef CONFIG_MTPROF
  6. extern int boot_finish;
  7. #endif
  8. extern struct file *expdb_open(void);
  9. #ifdef CONFIG_PSTORE
  10. extern void pstore_bconsole_write(struct console *con, const char *s, unsigned c);
  11. #endif
  12. #endif