/*
 *
 * Copyright (C) 2012-2019, Samsung Electronics Co., Ltd.
 *
 * Macros and structure to access hardware devices
 */

#ifndef _DEVICE_H_
#define _DEVICE_H_

/* Device identifiers */
typedef enum {
    DEV_TUI_FB = 0,
    DEV_TUI_WB,
    MAX_DEVICE_NUM,
    DEV_TUI_NONE /* mmap, munmap without Device identifier */
} devicenum_t;

#endif /* _DEVICE_H_ */