summaryrefslogblamecommitdiffstats
path: root/cpukit/telnetd/telnetd-init.c
blob: a2b1418ca891f1846e43373135d3e10e17b82d79 (plain) (tree)
1
2
  
                                                   















                                                          
/*
 * Copyright (c) 2018 embedded brains GmbH & Co. KG
 *
 * The license and distribution terms for this file may be
 * found in the file LICENSE in this distribution or at
 * http://www.rtems.org/license/LICENSE.
 */

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include <rtems/telnetd.h>

rtems_status_code rtems_telnetd_initialize( void )
{
  return rtems_telnetd_start( &rtems_telnetd_config );
}