Changeset 860271d4 in mainline for uspace/app/init/version.c


Ignore:
Timestamp:
2008-06-03T15:12:08Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
78d0da8
Parents:
6a7f6b8
Message:

use common devmap.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/init/version.c

    r6a7f6b8 r860271d4  
    3636#include <unistd.h>
    3737#include <stdio.h>
     38#include "init.h"
    3839#include "version.h"
    3940
     
    5253#endif
    5354
     55void info_print(void)
     56{
     57        printf(NAME ": HelenOS init\n");
     58}
     59
    5460/** Print version information. */
    5561void version_print(void)
Note: See TracChangeset for help on using the changeset viewer.