int full;
struct binder_transaction_log_entry entry[32];
};
-struct binder_transaction_log binder_transaction_log;
-struct binder_transaction_log binder_transaction_log_failed;
+static struct binder_transaction_log binder_transaction_log;
+static struct binder_transaction_log binder_transaction_log_failed;
static struct binder_transaction_log_entry *binder_transaction_log_add(
struct binder_transaction_log *log)
return 0;
}
-struct audio the_aac_audio;
+static struct audio the_aac_audio;
static int audio_open(struct inode *inode, struct file *file)
{
return 0;
}
-struct audio_in the_audio_in;
+static struct audio_in the_audio_in;
static int audio_in_open(struct inode *inode, struct file *file)
{
return 0;
}
-struct audio the_mp3_audio;
+static struct audio the_mp3_audio;
static int audio_open(struct inode *inode, struct file *file)
{
return 0;
}
-struct audio the_audio;
+static struct audio the_audio;
static int audio_open(struct inode *inode, struct file *file)
{
uint32_t count; /* bytes needed in this state */
};
-struct rr_context the_rr_context;
+static struct rr_context the_rr_context;
static struct platform_device rpcrouter_pdev = {
.name = "oncrpc_router",
#ifdef ZM_ENABLE_PERFORMANCE_EVALUATION
#define ZM_TP_SIZE 50
-struct zsSummary zm_summary;
-struct zsVariation zm_var;
-struct zsThroughput zm_tp;
+static struct zsSummary zm_summary;
+static struct zsVariation zm_var;
+static struct zsThroughput zm_tp;
void zfiPerformanceInit(zdev_t* dev)
{
#define zm_hp_priv(x) (((struct zsHpPriv*)wd->hpPrivate)->x)
-struct zsHpPriv zgHpPriv;
+static struct zsHpPriv zgHpPriv;
#define ZM_FIRMWARE_WLAN_ADDR 0x200000
#define ZM_FIRMWARE_SPI_ADDR 0x114000