init ems server code
This commit is contained in:
29
plat/public/src/uwav/numgrp.h
Normal file
29
plat/public/src/uwav/numgrp.h
Normal file
@@ -0,0 +1,29 @@
|
||||
#ifndef _UWAV_NUMGRP_H_
|
||||
|
||||
#define _UWAV_NUMGRP_H_
|
||||
|
||||
|
||||
|
||||
#include "number.h"
|
||||
|
||||
|
||||
|
||||
#define MAX_NUMBER_GROUP_TABLE 32
|
||||
|
||||
#define MAX_NUMBER_GROUP_TABLE_SIZE 1024
|
||||
|
||||
|
||||
|
||||
struct number_group {
|
||||
|
||||
num16_t start;
|
||||
|
||||
num16_t end;
|
||||
|
||||
int index;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
struct numgrp_table {
|
||||
Reference in New Issue
Block a user