summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/inc/dini_pamela.h
blob: d30a3c8f7e1cdf29bbbc3debb7ece70f017ccf25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#ifndef hal_phy_inc_dini_pamela_h
#define hal_phy_inc_dini_pamela_h
/* Cesar project {{{
 *
 * Copyright (C) 2012 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    hal/phy/inc/dini_pamela.h
 * \brief   Initialise the Pamela board on Platform DINI.
 * \ingroup hal_phy
 */
#include "config/phy/platform/dini/pamela.h"

BEGIN_DECLS

#if CONFIG_PHY_PLATFORM_DINI_PAMELA

/**
 * Initialise the Pamela board on the DINI prototype.
 */
void
phy_init_proto_pamela (void);

#else /* !CONFIG_PHY_PLATFORM_DINI_PAMELA */

#define phy_init_proto_pamela() ((void) 0)

#endif /* !CONFIG_PHY_PLATFORM_DINI_PAMELA */

END_DECLS

#endif /* hal_phy_inc_dini_pamela_h */