blob: 4a71891e2d51c7c75ba6fcd7f7b5821133fec57e [file] [log] [blame]
/*
* Copyright 2016 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can
* be found in the LICENSE file.
*
*/
//
//
//
#pragma once
//
//
//
#include "gen.h"
//
//
//
struct hsg_network
{
uint32_t const length;
struct hsg_op const * network;
};
//
//
//
extern struct hsg_network const hsg_networks_sorting[];
extern struct hsg_network const hsg_networks_merging[];
//
//
//