|
cprover
|
#include "kdev_t.h"
Include dependency graph for modules.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | MOD_INC_USE_COUNT (usecount = usecount + 1) |
| #define | MOD_DEC_USE_COUNT (usecount = usecount - 1) |
| #define | MOD_IN_USE (usecount != 0) |
| #define | ENODEV 0xf |
| #define | MAJOR_NUMBER 42 |
Functions | |
| int | register_chrdev (unsigned int, const char *) |
| int | unregister_chrdev (unsigned int, const char *) |
Variables | |
| int | usecount |
|
extern |
|
extern |
|
extern |