Last change
on this file since 447 was
446,
checked in by alain, 10 years ago
|
Introducing the kernel_utils.C & kernel_utils.h files.
|
File size:
801 bytes
|
Line | |
---|
1 | /////////////////////////////////////////////////////////////////////////////////// |
---|
2 | // File : kernel_utils.h |
---|
3 | // Date : 01/11/2014 |
---|
4 | // Author : alain greiner |
---|
5 | // Copyright (c) UPMC-LIP6 |
---|
6 | /////////////////////////////////////////////////////////////////////////////////// |
---|
7 | // The kernel_utils.c and kernel_utils.h files are part of the GIET-VM nano-kernel. |
---|
8 | /////////////////////////////////////////////////////////////////////////////////// |
---|
9 | |
---|
10 | #ifndef _KERNEL_UTILS_H |
---|
11 | #define _KERNEL_UTILS_H |
---|
12 | |
---|
13 | ///////////////////////////////////////// |
---|
14 | extern void _printf( char* format, ... ); |
---|
15 | |
---|
16 | #endif |
---|
17 | |
---|
18 | // Local Variables: |
---|
19 | // tab-width: 4 |
---|
20 | // c-basic-offset: 4 |
---|
21 | // c-file-offsets:((innamespace . 0)(inline-open . 0)) |
---|
22 | // indent-tabs-mode: nil |
---|
23 | // End: |
---|
24 | // vim: filetype=c:expandtab:shiftwidth=4:tabstop=4:softtabstop=4 |
---|
25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.