Changeset 445 for trunk/hal


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

Restructure the mini_libc.

Location:
trunk/hal
Files:
2 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/*****************************************************************************************
  • trunk/hal/tsar_mips32/core/hal_gpt.c

    r443 r445  
    22 * hal_gpt.c - implementation of the Generic Page Table API for TSAR-MIPS32
    33 *
    4  * Author   Alain Greiner (2016)
     4 * Author   Alain Greiner (2016,2017,2018)
    55 *
    66 * Copyright (c) UPMC Sorbonne Universites
Note: See TracChangeset for help on using the changeset viewer.