Ignore:
Timestamp:
2009-09-15T13:45:23Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ea5f46d
Parents:
ec8bab59
Message:

update architecture and behavior description
update preprocessor

File:
1 edited

Legend:

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

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