summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/inc/resys.h
blob: f40037acccf9c8364bde9d858cb2e879c15244fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef hal_phy_inc_resys_h
#define hal_phy_inc_resys_h
/* Cesar project {{{
 *
 * Copyright (C) 2008 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    hal/phy/inc/resys.h
 * \brief   RESYS memories loading.
 * \ingroup hal_phy
 */

/**
 * Load RESYS memories.
 * \param  ctx  phy context
 */
void
phy_resys_load (phy_t *ctx);

#endif /* hal_phy_inc_resys_h */