source: rtems-libbsd/rtemsbsd/rtems/freebsd/bsd.h @ 1a91c05

4.1155-freebsd-126-freebsd-12freebsd-9.3
Last change on this file since 1a91c05 was 1a91c05, checked in by Joel Sherrill <joel.sherrill@…>, on 03/07/12 at 22:44:23

Preserve Sebastian's directory structure under rtemsbsd to minimize changes

  • Property mode set to 100644
File size: 867 bytes
Line 
1/**
2 * @file
3 *
4 * @ingroup rtems_bsd
5 *
6 * @brief TODO.
7 */
8
9/*
10 * Copyright (c) 2009, 2010 embedded brains GmbH.  All rights reserved.
11 *
12 *  embedded brains GmbH
13 *  Obere Lagerstr. 30
14 *  82178 Puchheim
15 *  Germany
16 *  <rtems@embedded-brains.de>
17 *
18 * The license and distribution terms for this file may be
19 * found in the file LICENSE in this distribution or at
20 * http://www.rtems.com/license/LICENSE.
21 */
22
23#ifndef _RTEMS_BSD_BSD_HH_
24#define _RTEMS_BSD_BSD_HH_
25
26#ifdef __cplusplus
27extern "C" {
28#endif /* __cplusplus */
29
30#include <rtems/freebsd/machine/rtems-bsd-config.h>
31#include <rtems/freebsd/machine/rtems-bsd-select.h>
32
33rtems_status_code rtems_bsd_initialize(void);
34
35rtems_status_code rtems_bsd_initialize_with_interrupt_server(void);
36
37void rtems_bsd_shell_initialize(void);
38
39#ifdef __cplusplus
40}
41#endif /* __cplusplus */
42
43#endif /* _RTEMS_BSD_BSD_HH_ */
Note: See TracBrowser for help on using the repository browser.