singrdk/base/Interfaces/Kernel/IoMemory.csi

25 lines
612 B
Plaintext
Raw Normal View History

2008-03-05 09:52:00 -05:00
///////////////////////////////////////////////////////////////////////////////
//
// Microsoft Research Singularity
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// File: Process.csi
//
// Note: Forward declaration of the Process class.
//
//////////////////////////////////////////////////////////////////////////////
using System;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using Microsoft.Singularity.Io;
using Microsoft.Singularity.Memory;
namespace Microsoft.Singularity.Io
{
public class IoMemory
{
}
}