ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

hardware.h File Reference

Go to the source code of this file.

Defines

#define CONFIG_CMD(bus, dev_fn, where)   (0x80000000 | (((ULONG)(bus)) << 16) | (((dev_fn) & 0x1F) << 11) | (((dev_fn) & 0xE0) << 3) | ((where) & ~3))
#define HW_MAX_ARC_HEAP_SIZE   16 * 1024

Functions

VOID NTAPI FldrCreateSystemKey (OUT PCONFIGURATION_COMPONENT_DATA *SystemKey)
VOID NTAPI FldrCreateComponentKey (IN PCONFIGURATION_COMPONENT_DATA SystemKey, IN CONFIGURATION_CLASS Class, IN CONFIGURATION_TYPE Type, IN IDENTIFIER_FLAG Flags, IN ULONG Key, IN ULONG Affinity, IN PCHAR IdentifierString, IN PCM_PARTIAL_RESOURCE_LIST ResourceList, IN ULONG Size, OUT PCONFIGURATION_COMPONENT_DATA *ComponentKey)
VOID StallExecutionProcessor (ULONG Microseconds)
VOID HalpCalibrateStallExecution (VOID)
VOID DetectAcpiBios (PCONFIGURATION_COMPONENT_DATA SystemKey, ULONG *BusNumber)
VOID DetectApmBios (PCONFIGURATION_COMPONENT_DATA SystemKey, ULONG *BusNumber)
VOID DetectPciBios (PCONFIGURATION_COMPONENT_DATA SystemKey, ULONG *BusNumber)
ULONG_PTR PnpBiosSupported (VOID)
ULONG PnpBiosGetDeviceNodeCount (ULONG *NodeSize, ULONG *NodeCount)
ULONG PnpBiosGetDeviceNode (UCHAR *NodeId, UCHAR *NodeBuffer)
USHORT PxeCallApi (USHORT Segment, USHORT Offset, USHORT Service, VOID *Parameter)

Generated on Sat May 26 2012 04:46:40 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.