summaryrefslogblamecommitdiffstats
path: root/rtemsbsd/src/rtems-bsd-signal.c
blob: ba2295b30c3adcc2c20447ede47e70867b35ddc9 (plain) (tree)





















                                                                       
                                             
 


                                  





                                     





                                                           
/**
 * @file
 *
 * @ingroup rtems_bsd_rtems
 *
 * @brief TODO.
 */

/*
 * Copyright (c) 2009, 2010 embedded brains GmbH.  All rights reserved.
 *
 *  embedded brains GmbH
 *  Obere Lagerstr. 30
 *  82178 Puchheim
 *  Germany
 *  <rtems@embedded-brains.de>
 *
 * The license and distribution terms for this file may be
 * found in the file LICENSE in this distribution or at
 * http://www.rtems.com/license/LICENSE.
 */

#include <freebsd/machine/rtems-bsd-config.h>

#include <freebsd/sys/types.h>
#include <freebsd/sys/systm.h>
#include <freebsd/sys/signalvar.h>

void
psignal(struct proc *p, int sig)
{
	BSD_PANIC("not implemented");
}

void pgsigio(struct sigio **sigiop, int sig, int checkctty)
{
 
	BSD_PANIC("not implemented");
}