OpenCores
URL https://opencores.org/ocsvn/c0or1k/c0or1k/trunk

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [baremetal/] [uart_service/] [include/] [uart.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
 
2
#ifndef __UART_SERVICE_H__
3
#define __UART_SERVICE_H__
4
 
5
#include <l4/api/capability.h>
6
#include <l4/generic/cap-types.h>
7
 
8
/*
9
 * uart structure ecapsulating
10
 * capability and virtual base address of uart
11
 */
12
struct uart {
13
        unsigned long base; /* VMA where uart will be mapped */
14
        struct capability cap;  /* Capability describing uart */
15
};
16
 
17
#endif /* __UART_SERVICE_H__ */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.