Changeset ee5b35a in mainline for contrib/arch/uspace/srv


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

complete ADL parsing with basic syntax checks
generating of interface and frame BPs
fix syntax in ADLs

Location:
contrib/arch/uspace/srv
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • contrib/arch/uspace/srv/devmap/devmap.adl

    r2a70672 ree5b35a  
    4747               
    4848                /* Get an array of (device_name, handle) pairs */
    49                 ipcarg_t device_get_devices(out_copy stream data)
     49                ipcarg_t device_get_devices(out_copy stream data);
    5050               
    5151                /* Close connection */
  • contrib/arch/uspace/srv/fs/devfs/devfs.adl

    r2a70672 ree5b35a  
    11frame devfs {
    22        provides:
    3                 fs fs
     3                fs fs;
    44        requires:
    55                [/uspace/lib/libc/requires]
  • contrib/arch/uspace/srv/fs/fat/fat.adl

    r2a70672 ree5b35a  
    11frame fat {
    22        provides:
    3                 fs fs
     3                fs fs;
    44        requires:
    55                [/uspace/lib/libc/requires]
  • contrib/arch/uspace/srv/fs/tmpfs/tmpfs.adl

    r2a70672 ree5b35a  
    11frame tmpfs {
    22        provides:
    3                 fs fs
     3                fs fs;
    44        requires:
    55                [/uspace/lib/libc/requires]
Note: See TracChangeset for help on using the changeset viewer.