openbcm

Git mirror of https://github.com/Broadcom-Network-Switching-Software/OpenBCM
git clone git://git.finwo.net/mirror/broadcom/openbcm
Log | Files | Refs | README

error.c (490B)


      1 /*
      2  * DO NOT EDIT THIS FILE!
      3  * This file is auto-generated.
      4  * Edits to this file will be lost when it is regenerated.
      5  *
      6  * 
      7  * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      8  * 
      9  * Copyright 2007-2020 Broadcom Inc. All rights reserved.
     10  *
     11  * File:	error.c
     12  * Purpose:	dispatch error routines
     13  * Generator:	mkdispatch 1.54
     14  */
     15 
     16 #include <bcm/error.h>
     17 
     18 int
     19 bcm_e_unavail(void)
     20 {
     21 	return BCM_E_UNAVAIL;
     22 }