Changeset 83b1d61 in mainline for libc/generic/as.c


Ignore:
Timestamp:
2006-06-02T13:30:37Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bb51e9a8
Parents:
bd929cfb
Message:

Added mmap, munmap calls.
Added possibility to access framebuffer using shared memory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/generic/as.c

    rbd929cfb r83b1d61  
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727 */
    28 
    29 #include <stdlib.h>
    30 #include <unistd.h>
    31 #include <string.h>
    32 #include <ddi.h>
    33 #include <sysinfo.h>
    34 #include <align.h>
    35 #include <as.h>
    36 #include <ipc/fb.h>
    37 #include <ipc/ipc.h>
    38 #include <ipc/ns.h>
    39 #include <ipc/services.h>
    40 #include <kernel/errno.h>
    41 
    4228
    4329#include <as.h>
     
    134120}
    135121
     122/* TODO: make this type defined somewhere else */
     123typedef sysarg_t __address;
     124
    136125/** Return pointer to some unmapped area, where fits new as_area
    137126 *
Note: See TracChangeset for help on using the changeset viewer.