linux/drivers/misc/ibmasm/lowlevel.c

// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * IBM ASM Service Processor Device Driver
 *
 * Copyright (C) IBM Corporation, 2004
 *
 * Author: Max Asböck <[email protected]>
 */

#include "ibmasm.h"
#include "lowlevel.h"
#include "i2o.h"
#include "dot_command.h"
#include "remote.h"

static struct i2o_header header =;


int ibmasm_send_i2o_message(struct service_processor *sp)
{}

irqreturn_t ibmasm_interrupt_handler(int irq, void * dev_id)
{}