linux/drivers/video/fbdev/via/via_aux.c

// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Copyright 2011 Florian Tobias Schandinat <[email protected]>
 */
/*
 * infrastructure for devices connected via I2C
 */

#include <linux/slab.h>
#include "via_aux.h"


struct via_aux_bus *via_aux_probe(struct i2c_adapter *adap)
{}

void via_aux_free(struct via_aux_bus *bus)
{}

const struct fb_videomode *via_aux_get_preferred_mode(struct via_aux_bus *bus)
{}