systemless 0.34.0

High-Level Emulation for classic Macintosh applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Generated selector-operation routes. Do not edit by hand.
[
    SelectorOperationRoute::new(
        0x003F,
        "selector-operation:_HFSDispatch:0x003F:d0-moveq-immediate:8",
        "PBGetVolMountInfoSize",
    ),
    SelectorOperationRoute::new(
        0x0040,
        "selector-operation:_HFSDispatch:0x0040:d0-moveq-immediate:8",
        "PBGetVolMountInfo",
    ),
    SelectorOperationRoute::new(
        0x0041,
        "selector-operation:_HFSDispatch:0x0041:d0-moveq-immediate:8",
        "PBVolumeMount",
    ),
]