mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
lib/libcoolstream: sync headers
Origin commit data
------------------
Branch: ni/coolstream
Commit: f92d9e6e57
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-11 (Fri, 11 Jan 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1,6 +1,20 @@
|
||||
/*******************************************************************************/
|
||||
/* */
|
||||
/* control\tsrouter.h */
|
||||
/* Public header file for CoolStream Kernel TS Router API */
|
||||
/* */
|
||||
/* (C) 2010 CoolStream International */
|
||||
/* */
|
||||
/* $Id:: $ */
|
||||
/*******************************************************************************/
|
||||
#ifndef __TSROUTER_H
|
||||
#define __TSROUTER_H
|
||||
|
||||
#define HSDP_CI_DATA_OUT 2
|
||||
#define HSDP_CI_DATA_IN 3
|
||||
#define HSDP_SAT_PORT 4
|
||||
#define HSDP_CAB_PORT 5
|
||||
|
||||
typedef struct _tsrouter_hsdp_config {
|
||||
u8 port;
|
||||
u32 port_ctrl;
|
||||
@@ -17,6 +31,7 @@ typedef struct _tsrouter_tsp_config {
|
||||
u32 mux;
|
||||
} tsrouter_tsp_config_t;
|
||||
|
||||
#ifdef __KERNEL__
|
||||
extern int cs_tsrouter_init(void);
|
||||
extern void cs_tsrouter_exit(void);
|
||||
|
||||
@@ -29,4 +44,11 @@ extern void cs_tsx_tsp_get_port_config(tsrouter_tsp_config_t *conf);
|
||||
extern void cs_tsx_hsdp_set_port_config(const tsrouter_hsdp_config_t *conf);
|
||||
extern void cs_tsx_tsp_set_port_config(const tsrouter_tsp_config_t *conf);
|
||||
|
||||
extern void cs_tsx_hsdp_get_port_pll(unsigned int port, unsigned int *pll_index);
|
||||
extern void cs_tsx_hsdp_set_port_pll(unsigned int port, unsigned int pll_index);
|
||||
|
||||
extern void cs_tsx_hsdp_get_port_speed(unsigned int port, unsigned int *speed);
|
||||
extern void cs_tsx_hsdp_set_port_speed(unsigned int port, unsigned int speed);
|
||||
#endif
|
||||
|
||||
#endif /* __TSROUTER_H */
|
||||
|
Reference in New Issue
Block a user