summaryrefslogtreecommitdiff
path: root/cl/test/src/phy_stub.c
blob: 0141b73f5f48892e591f663d25f04c646231ba2d (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
/* Cesar project {{{
 *
 * Copyright (C) 2008 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    cl/test/src/phy_stub.c
 * \brief   « brief description »
 * \ingroup « module »
 *
 * « long description »
 */
#include "common/std.h"

#include "hal/phy/phy.h"

u32
phy_date (phy_t *ctx)
{
    return 42;
}