1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
//! Contains the top-level files within the proc file system.
//!
//! Each file has its own submodule with the same name.
//!
//! Tese submodules is re-expored.
//!

define_modules! {
    apm;
    cpuinfo;
    stat;
    loadavg;
    kcore;
    uptime;
    buddyinfo;
    pagetypeinfo;
    crypto;
    version;
    cmdline;
    consoles;
    devices;
    dma;
    execdomains;
    fb;
    filesystems;
    interrupts;
    iomem;
    ioports;
    locks;
    mdstat;
    meminfo;
    misc;
    modules;
    mounts;
    mtrr;
    partitions;
    swaps;
}