Struct kernel::schemes::file::FileScheme [] [src]

pub struct FileScheme {
    // some fields omitted
}

A file scheme (pci + fs)

Methods

impl FileScheme

fn new(pci: PCIConfig) -> Option<Box<Self>>

TODO Allow busmaster for secondary Create a new file scheme from a PCI configuration

Trait Implementations

impl KScheme for FileScheme

fn on_irq(&mut self, irq: u8)

fn on_poll(&mut self)

fn scheme(&self) -> &str

fn open(&mut self, url: &URL) -> Option<Box<Resource>>