Cosmos/source/Playgrounds/Ben/os/kernel/Cosmos.IPC/MM/QueryPageRequest.cs
2009-08-07 02:28:26 +00:00

14 lines
228 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.Kernel.MM
{
public class QueryPageRequest : MMMessage
{
public UIntPtr Address;
}
}