OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [libmisc/] [capture/] [capture-cli.h] - Blame information for rev 1026

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*
2
  ------------------------------------------------------------------------
3
  capture-cli.h,v 1.1 2002/05/15 16:35:56 joel Exp
4
  ------------------------------------------------------------------------
5
 
6
  Copyright Objective Design Systems Pty Ltd, 2002
7
  All rights reserved Objective Design Systems Pty Ltd, 2002
8
  Chris Johns (ccj@acm.org)
9
 
10
  COPYRIGHT (c) 1989-1998.
11
  On-Line Applications Research Corporation (OAR).
12
 
13
  The license and distribution terms for this file may be
14
  found in the file LICENSE in this distribution.
15
 
16
  This software with is provided ``as is'' and with NO WARRANTY.
17
 
18
  ------------------------------------------------------------------------
19
 
20
  RTEMS Performance Monitoring and Measurement Framework.
21
 
22
  This is the Target Interface Command Line Interface. You need
23
  start the RTEMS monitor.
24
 
25
*/
26
 
27
#ifndef __CAPTURE_CLI_H_
28
#define __CAPTURE_CLI_H_
29
 
30
#ifdef __cplusplus
31
extern "C" {
32
#endif
33
 
34
#include <rtems/capture.h>
35
 
36
/*
37
 * rtems_capture_cli_init
38
 *
39
 *  DESCRIPTION:
40
 *
41
 * This function initialises the command line interface to the capture
42
 * engine.
43
 *
44
 */
45
rtems_status_code
46
rtems_capture_cli_init (rtems_capture_timestamp timestamp);
47
 
48
#ifdef __cplusplus
49
}
50
#endif
51
 
52
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.