20 lines
317 B
C
20 lines
317 B
C
///////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Microsoft Research Singularity
|
|
//
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
//
|
|
// File: native.h
|
|
//
|
|
// Note:
|
|
//
|
|
|
|
#include "hal.h"
|
|
|
|
#ifdef SINGULARITY_KERNEL
|
|
|
|
#include "halkd.h"
|
|
|
|
#endif
|
|
|