Changeset 67c708e in mainline for contrib/bp/srv/fs/devfs/devfs.bp


Ignore:
Timestamp:
2009-08-26T13:47:44Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6c3d54e
Parents:
52ff7699
Message:

restructure protocols to respect the same hierarchy as tasks in the source tree

File:
1 moved

Legend:

Unmodified
Added
Removed
  • contrib/bp/srv/fs/devfs/devfs.bp

    r52ff7699 r67c708e  
    1 [devmap_get_phone] ;
     1[../../../lib/libc/devmap_get_phone] ;
    22!ns.IPC_M_CONNECT_ME_TO /* vfs */ ;
    3 [fs_register] ;
     3[../../../lib/libfs/fs_register] ;
    44(
    55        ?IPC_M_CONNECT_ME_TO ;
     
    1313                ?VFS_OUT_LOOKUP {
    1414                        (
    15                                 [devmap_device_get_handle] ;
    16                                 [devmap_device_connect]
     15                                [../../../lib/libc/devmap_device_get_handle] ;
     16                                [../../../lib/libc/devmap_device_connect]
    1717                        ) +
    1818                        NULL
     
    2626                                ) +
    2727                                (
    28                                         [devmap_device_get_count] ;
    29                                         [devmap_device_get_devices]
     28                                        [../../../lib/libc/devmap_device_get_count] ;
     29                                        [../../../lib/libc/devmap_device_get_devices]
    3030                                )
    3131                        }
     
    5151               
    5252                ?VFS_OUT_OPEN_NODE {
    53                         [devmap_device_connect] +
     53                        [../../../lib/libc/devmap_device_connect] +
    5454                        NULL
    5555                } +
Note: See TracChangeset for help on using the changeset viewer.