summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/decompress/unlzma.h
blob: 8a891a1938403c654e546cc2bcb3eb131259a51b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef DECOMPRESS_UNLZMA_H
#define DECOMPRESS_UNLZMA_H

int unlzma(unsigned char *, long,
	   long (*fill)(void*, unsigned long),
	   long (*flush)(void*, unsigned long),
	   unsigned char *output,
	   long *posp,
	   void(*error)(char *x)
	);

#endif
-Scalar l-Scalar-Plain">nsd: - id: 2tg-topology name: 2tg-topology short-name: 2tg-topology description: 2tg-topology constituent-vnfd: - member-vnf-index: '0' vnfd-id-ref: tg__0 VNF model: ../../vnf_descriptors/tg_rfc2544_tpl.yaml #VNF type - member-vnf-index: '1' vnfd-id-ref: vnf__0 VNF model: ../../vnf_descriptors/cgnapt_vnf.yaml #VNF type vld: {% for vnf_num in range(num_vnfs|int) %} - id: uplink_{{ vnf_num }} name: "tg__0 to vnf__0 link {{ (vnf_num * 2) }}" type: ELAN vnfd-connection-point-ref: - member-vnf-index-ref: '0' vnfd-connection-point-ref: xe{{ vnf_num * 2}} vnfd-id-ref: tg__0 - member-vnf-index-ref: '1' vnfd-connection-point-ref: xe{{ vnf_num * 2}} vnfd-id-ref: vnf__0 - id: downlink_{{ vnf_num }} name: "vnf__0 to tg__0 link {{ (vnf_num * 2) + 1}}" type: ELAN vnfd-connection-point-ref: - member-vnf-index-ref: '1' vnfd-connection-point-ref: xe{{ (vnf_num * 2) + 1}} vnfd-id-ref: vnf__0 - member-vnf-index-ref: '0' vnfd-connection-point-ref: xe{{ (vnf_num * 2) + 1}} vnfd-id-ref: tg__0 {% endfor %}