Changeset 4c363fa2 in mainline for uspace/srv/hw/irc/obio/obio.c


Ignore:
Timestamp:
2017-09-21T00:02:23Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5e962ad
Parents:
797dc79e
Message:

Most drivers can actually compile on most platforms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hw/irc/obio/obio.c

    r797dc79e r4c363fa2  
    4848#include <ddi.h>
    4949#include <align.h>
     50#include <inttypes.h>
    5051#include <stdbool.h>
    5152#include <errno.h>
     
    127128        }
    128129       
    129         printf("%s: OBIO registers with base at %lx\n", NAME, base_phys);
     130        printf("%s: OBIO registers with base at 0x%" PRIun "\n", NAME, base_phys);
    130131       
    131132        async_set_fallback_port_handler(obio_connection, NULL);
Note: See TracChangeset for help on using the changeset viewer.