summaryrefslogtreecommitdiff
path: root/hal/phy/maximus/inc
diff options
context:
space:
mode:
authorburet2008-03-19 14:22:04 +0000
committerburet2008-03-19 14:22:04 +0000
commitddfeaaa128740d0503831c2f519142eb56b06883 (patch)
tree1489ad197d5ffcb39656b21925af3c544b3b1aa3 /hal/phy/maximus/inc
parent0e953e36003fc64546da9faf29ca6e2913b9cd72 (diff)
Maximus V2: remove the Maximus PHY chandata type and use the PHY chandata type.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1623 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'hal/phy/maximus/inc')
-rw-r--r--hal/phy/maximus/inc/maximus_phy_ctx.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/hal/phy/maximus/inc/maximus_phy_ctx.h b/hal/phy/maximus/inc/maximus_phy_ctx.h
index a84352130f..89ed03bf06 100644
--- a/hal/phy/maximus/inc/maximus_phy_ctx.h
+++ b/hal/phy/maximus/inc/maximus_phy_ctx.h
@@ -215,15 +215,6 @@ struct maximus_phy_ctrl_t
};
typedef struct maximus_phy_ctrl_t maximus_phy_ctrl_t;
-enum maximus_phy_chandata_type_t
-{
- MAXIMUS_PHY_CHANDATA_TYPE_NONE = 0x00,
- MAXIMUS_PHY_CHANDATA_TYPE_FREQUENCY_NOISE = 0x01,
- MAXIMUS_PHY_CHANDATA_TYPE_TIME_NOISE = 0x02,
- MAXIMUS_PHY_CHANDATA_TYPE_NB = 0x03
-};
-typedef enum maximus_phy_chandata_type_t maximus_phy_chandata_type_t;
-
/** PB DMA structure for Maximus */
struct maximus_pbdma_t
{