#include <linux/types.h>#include "mtd.h"Include dependency graph for mtd-compat.c:

Go to the source code of this file.
Functions | |
| int | add_mtd_device (struct mtd_info *mtd) |
| int | del_mtd_device (struct mtd_info *mtd) |
| mtd_info * | get_mtd_device (struct mtd_info *mtd, int num) |
| void | put_mtd_device (struct mtd_info *mtd) |
| void | register_mtd_user (struct mtd_notifier *new) |
| int | unregister_mtd_user (struct mtd_notifier *old) |
| void | simple_printk (const char *str) |
| int add_mtd_device | ( | struct mtd_info * | mtd | ) |
Definition at line 30 of file mtd-compat.c.
| int del_mtd_device | ( | struct mtd_info * | mtd | ) |
Definition at line 33 of file mtd-compat.c.
| void put_mtd_device | ( | struct mtd_info * | mtd | ) |
Definition at line 35 of file mtd-compat.c.
| void register_mtd_user | ( | struct mtd_notifier * | new | ) |
Definition at line 37 of file mtd-compat.c.
| void simple_printk | ( | const char * | str | ) |
| int unregister_mtd_user | ( | struct mtd_notifier * | old | ) |
Definition at line 38 of file mtd-compat.c.
1.5.1