mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
sync libcoolstream headers
Origin commit data
------------------
Commit: 311274b87c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-11 (Fri, 11 Jan 2013)
This commit is contained in:
@@ -72,5 +72,7 @@ int cs_get_tsp_config(unsigned int port, tsrouter_tsp_config_t *tsp_config);
|
|||||||
unsigned long long cs_get_serial(void);
|
unsigned long long cs_get_serial(void);
|
||||||
unsigned int cs_get_revision(void);
|
unsigned int cs_get_revision(void);
|
||||||
|
|
||||||
|
unsigned int cs_get_chip_id(void);
|
||||||
|
unsigned int cs_get_chip_rev_id(void);
|
||||||
|
|
||||||
#endif //__CS_API_H_
|
#endif //__CS_API_H_
|
||||||
|
@@ -1,3 +1,12 @@
|
|||||||
|
/*******************************************************************************/
|
||||||
|
/* */
|
||||||
|
/* libcoolstream/cs_types.h */
|
||||||
|
/* Public header file for CoolStream Public API */
|
||||||
|
/* */
|
||||||
|
/* (C) 2010 CoolStream International */
|
||||||
|
/* */
|
||||||
|
/* $Id:: $ */
|
||||||
|
/*******************************************************************************/
|
||||||
#ifndef __CS_TYPES_H_
|
#ifndef __CS_TYPES_H_
|
||||||
#define __CS_TYPES_H_
|
#define __CS_TYPES_H_
|
||||||
|
|
||||||
|
@@ -1,3 +1,12 @@
|
|||||||
|
/*******************************************************************************/
|
||||||
|
/* */
|
||||||
|
/* libcoolstream/mmi.h */
|
||||||
|
/* Public header file for CoolStream Public CA MMI API */
|
||||||
|
/* */
|
||||||
|
/* (C) 2010 CoolStream International */
|
||||||
|
/* */
|
||||||
|
/* $Id:: $ */
|
||||||
|
/*******************************************************************************/
|
||||||
#ifndef __MMI_H_
|
#ifndef __MMI_H_
|
||||||
#define __MMI_H_
|
#define __MMI_H_
|
||||||
|
|
||||||
@@ -5,6 +14,28 @@
|
|||||||
#define MAX_MMI_TEXT_LEN 255
|
#define MAX_MMI_TEXT_LEN 255
|
||||||
#define MAX_MMI_CHOICE_TEXT_LEN 255
|
#define MAX_MMI_CHOICE_TEXT_LEN 255
|
||||||
|
|
||||||
|
typedef enum {
|
||||||
|
MMI_TOP_MENU_SUBS = 1,
|
||||||
|
MMI_TOP_MENU_EVENTS,
|
||||||
|
MMI_TOP_MENU_TOKENS,
|
||||||
|
MMI_TOP_MENU_PIN,
|
||||||
|
MMI_TOP_MENU_MATURE,
|
||||||
|
MMI_TOP_MENU_ABOUT
|
||||||
|
} MMI_MENU_CURRENT;
|
||||||
|
|
||||||
|
typedef enum {
|
||||||
|
MMI_MENU_LEVEL_MAIN = 0,
|
||||||
|
MMI_MENU_LEVEL_MATURE,
|
||||||
|
MMI_MENU_LEVEL_ASK_PIN_MATURE
|
||||||
|
} MMI_MENU_LEVEL;
|
||||||
|
|
||||||
|
typedef enum {
|
||||||
|
MMI_PIN_LEVEL_ASK_OLD = 0,
|
||||||
|
MMI_PIN_LEVEL_CHECK_CURRENT,
|
||||||
|
MMI_PIN_LEVEL_ASK_REPEAT,
|
||||||
|
MMI_PIN_LEVEL_CHECK_AND_CHANGE
|
||||||
|
} MMI_PIN_LEVEL;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int choice_nb;
|
int choice_nb;
|
||||||
char title[MAX_MMI_TEXT_LEN];
|
char title[MAX_MMI_TEXT_LEN];
|
||||||
|
@@ -5,6 +5,7 @@
|
|||||||
/* */
|
/* */
|
||||||
/* (C) 2010 CoolStream International */
|
/* (C) 2010 CoolStream International */
|
||||||
/* */
|
/* */
|
||||||
|
/* $Id:: $ */
|
||||||
/*******************************************************************************/
|
/*******************************************************************************/
|
||||||
#ifndef __PWRMNGR_H_
|
#ifndef __PWRMNGR_H_
|
||||||
#define __PWRMNGR_H_
|
#define __PWRMNGR_H_
|
||||||
|
Reference in New Issue
Block a user