summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor/pnordd.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/pnor/pnordd.H')
-rw-r--r--src/usr/pnor/pnordd.H15
1 files changed, 3 insertions, 12 deletions
diff --git a/src/usr/pnor/pnordd.H b/src/usr/pnor/pnordd.H
index 437a0c10e..e82cf5005 100644
--- a/src/usr/pnor/pnordd.H
+++ b/src/usr/pnor/pnordd.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2016 */
+/* Contributors Listed Below - COPYRIGHT 2011,2017 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -28,6 +28,8 @@
#include <limits.h>
#include <config.h>
+#include <pnor/pnor_const.H>
+
namespace PNOR { class UdPnorDDParms; }
class SfcDD;
@@ -94,16 +96,6 @@ class PnorDD
*/
uint32_t getNorSize( void );
-
- // Enumeration values must match those in debug framework.
- enum PnorMode_t {
- MODEL_UNKNOWN, /**< Invalid */
- MODEL_MEMCPY, /**< No LPC logic, just do memcpy into cache area */
- MODEL_LPC_MEM, /**< Break into 32-bit LPC ops but use fake-PNOR */
- MODEL_REAL_CMD, /**< Code for real HW using Command based reads */
- MODEL_REAL_MMIO, /**< Code for real hardware using MMIO reads */
- };
-
/**
* @brief Constructor
*
@@ -112,7 +104,6 @@ class PnorDD
*/
PnorDD( TARGETING::Target* i_target = NULL );
-
/**
* @brief Destructor
*/
OpenPOWER on IntegriCloud