• Russell King's avatar
    [PCMCIA] Convert IO resource allocation to use struct resource. · a7336008
    Russell King authored
    This causes PCMCIA to use struct resource internally for IO resources.
    This means that we can keep track of the resource pointer, expand
    this resource if necessary, and use release_resource() on it when
    we're done.
    
    This eventually means that we can change these to normal resources
    which aren't marked busy.
    a7336008
cs_internal.h 6.46 KB