Changeset 445 for trunk/hal/generic


Ignore:
Timestamp:
May 29, 2018, 9:27:23 AM (6 years ago)
Author:
alain
Message:

Restructure the mini_libc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/generic/hal_user.h

    r407 r445  
    2525#define _HAL_USER_H_
    2626
     27#include <hal_types.h>
    2728
    2829//////////////////////////////////////////////////////////////////////////////////////////
    2930//     User-side, hardware dependant functions API definition.
    3031//
    31 // Any architecture specific implementation must implement this API.
     32//   Any architecture specific implementation must implement this API.
    3233//////////////////////////////////////////////////////////////////////////////////////////
    33 
    3434
    3535/*****************************************************************************************
     
    4545 * @ returned value semantic depends on the syscall index.
    4646 ****************************************************************************************/
    47 int hal_user_syscall( int service_num,
    48                       int arg0,
    49                       int arg1,
    50                       int arg2,
    51                       int arg3 );
     47int hal_user_syscall( reg_t service_num,
     48                      reg_t arg0,
     49                      reg_t arg1,
     50                      reg_t arg2,
     51                      reg_t arg3 );
    5252
    5353/*****************************************************************************************
Note: See TracChangeset for help on using the changeset viewer.