1 /* 2 * Copyright 2016 Google Inc. 3 * 4 * Use of this source code is governed by a BSD-style license that can 5 * be found in the LICENSE file. 6 * 7 */ 8 9 // 10 // 11 // 12 13 #pragma once 14 15 // 16 // 17 // 18 19 #include "gen.h" 20 21 // 22 // 23 // 24 25 struct hsg_network 26 { 27 uint32_t const length; 28 struct hsg_op const * network; 29 }; 30 31 // 32 // 33 // 34 35 extern struct hsg_network const hsg_networks_sorting[]; 36 extern struct hsg_network const hsg_networks_merging[]; 37 38 // 39 // 40 // 41