Changeset 25 for trunk/include/sh_unix.h


Ignore:
Timestamp:
Mar 14, 2006, 10:27:38 PM (19 years ago)
Author:
rainer
Message:

More tests; fix for update+schedule issue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_unix.h

    r22 r25  
    141141int sh_unix_munlock(void * addr, size_t len);
    142142int sh_unix_count_mlock();
     143/* public for unit tests */
     144int sh_unix_pagesize();
     145unsigned long sh_unix_lookup_page(void * in_addr, size_t len, int * num_pages);
    143146
    144147/* chroot directory
Note: See TracChangeset for help on using the changeset viewer.