summaryrefslogblamecommitdiffstats
path: root/cpukit/score/src/schedulerpriorityreleasejob.c
blob: 2ef0cafb6c1d695c0e27e6ffe956d93b0f6c0f3b (plain) (tree)


























                                                                       
/*
 *  Copyright (C) 2011 Petr Benes.
 *  Copyright (C) 2011 On-Line Applications Research Corporation (OAR).
 *
 *  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.
 *
 *  $Id$
 */

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

#include <rtems/system.h>
#include <rtems/config.h>
#include <rtems/score/scheduler.h>
#include <rtems/score/schedulerpriority.h>

void _Scheduler_priority_Release_job(
  Thread_Control    *the_thread,
  uint32_t           deadline
)
{
  return;
}