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
Go to the documentation of this file.
00001 /*
00002  * PROJECT:         ReactOS Boot Loader
00003  * LICENSE:         BSD - See COPYING.ARM in the top level directory
00004  * FILE:            boot/freeldr/include/arch/arm/hardware.h
00005  * PURPOSE:         Header for ARC definitions (to be cleaned up)
00006  * PROGRAMMERS:     ReactOS Portable Systems Group
00007  */
00008 
00009 #pragma once
00010 
00011 #ifndef __REGISTRY_H
00012 #include "../../reactos/registry.h"
00013 #endif
00014 
00015 #include "../../../../../armllb/inc/osloader.h"
00016 #include "../../../../../armllb/inc/machtype.h"
00017 
00018 //
00019 // ARC Component Configuration Routines
00020 //
00021 VOID
00022 NTAPI
00023 FldrCreateSystemKey(
00024     OUT PCONFIGURATION_COMPONENT_DATA *SystemKey
00025 );
00026 
00027 #define HW_MAX_ARC_HEAP_SIZE 256
00028 
00029 extern PARM_BOARD_CONFIGURATION_BLOCK ArmBoardBlock;
00030 extern ULONG FirstLevelDcacheSize;
00031 extern ULONG FirstLevelDcacheFillSize;
00032 extern ULONG FirstLevelIcacheSize;
00033 extern ULONG FirstLevelIcacheFillSize;
00034 extern ULONG SecondLevelDcacheSize;
00035 extern ULONG SecondLevelDcacheFillSize;
00036 extern ULONG SecondLevelIcacheSize;
00037 extern ULONG SecondLevelIcacheFillSize;
00038 
00039 extern ULONG gDiskReadBuffer, gFileSysBuffer;
00040 #define DISKREADBUFFER gDiskReadBuffer
00041 #define FILESYSBUFFER  gFileSysBuffer

Generated on Sat May 26 2012 04:17:58 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.