Changeset 81


Ignore:
Timestamp:
Jun 27, 2017, 5:29:22 PM (7 years ago)
Author:
max@…
Message:

silence a few warnings

Location:
trunk/hal/x86_64
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_init.c

    r80 r81  
    4040
    4141#include <boot_info.h>
     42
     43void kernel_init(boot_info_t *info);
    4244
    4345static void gdt_create();
  • trunk/hal/x86_64/core/hal_internal.h

    r78 r81  
    1919 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
    2020 */
     21
     22#include <memcpy.h>
    2123
    2224#define offsetof(type, member) __builtin_offsetof(type, member)
  • trunk/hal/x86_64/drivers/soclib_xcu.c

    r76 r81  
    6868                               uint32_t  index )
    6969{
    70 
     70        return 0;
    7171}
    7272
     
    8989                               uint32_t   index )
    9090{
    91 
     91        return NULL;
    9292}
Note: See TracChangeset for help on using the changeset viewer.